:root {

	--background-one:#FFFFFF;
	--background-two:#61c3c9;
	--background-three:#FFFFFF;
	--background-four:#f37167;

	--text-color:#05181A;
	--link-color:#05181A;
	--current-color:#4A9FA5;
	--warning-color:#F7A796;
	--inactive-color:#000000;

	--white-filter:brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(3580%) hue-rotate(18deg) brightness(117%) contrast(103%);

	--text-filter:brightness(0) saturate(100%) invert(9%) sepia(7%) saturate(1781%) hue-rotate(112deg) brightness(93%) contrast(100%);
	--link-filter:brightness(0) saturate(100%) invert(6%) sepia(13%) saturate(6367%) hue-rotate(120deg) brightness(95%) contrast(96%);
	--current-filter:brightness(0) saturate(100%) invert(59%) sepia(7%) saturate(2714%) hue-rotate(129deg) brightness(96%) contrast(90%);
	--warning-filter:brightness(0) saturate(100%) invert(92%) sepia(85%) saturate(5712%) hue-rotate(293deg) brightness(93%) contrast(110%);
	--inactive-filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(2%) hue-rotate(142deg) brightness(96%) contrast(104%);

	--application-border-color:#ffe493;
	--grid-border-color:#56ADB3;
	--panel-border-color:#4A9FA5;
	--dialog-border-color:#61c3c9;

	--scrollbar-track-color:#FFFFFF;
	--scrollbar-thumb-color:#D1EFF2;
	--scrollbar-hover-color:#61c3c9;

	--standard-button-background:#ffe493;
	--standard-button-border:#ffe493;
	--standard-button-text:# 7f67f;

	--menu-button-background:#f37167;
	--menu-button-border:#f37167;
	--menu-button-text:#FFFFFF;
	--menu-button-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7433%) hue-rotate(264deg) brightness(96%) contrast(112%);

	--warning-button-background:#0bc0cc;
	--warning-button-border:#3e17ce;
	--warning-button-text:#FFFFFF;
	--warning-button-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(136deg) brightness(106%) contrast(106%);

	--creative-button-background:#7f67f3;
	--creative-button-border:#7f67f3;
	--creative-button-text:#FFFFFF;

	--keyword-button-background:#fbb495;
	--keyword-button-border:#1122cb;
	--keyword-button-text:#1122cb;

	--cancel-button-background:#aeb1bf;
	--cancel-button-border:#000000;
	--cancel-button-text:#000000;
}