Files
caldwell/assets/sass/colors.scss
Nikolaos Karaolidis 0c60c5abd5 Update theme
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-09-14 21:42:49 +01:00

72 lines
1.6 KiB
SCSS

// https://www.realtimecolors.com/
:root {
--text: #040518;
--background: #fafaff;
--primary: #3538e0;
--secondary: #f679ab;
--accent: #e97a4c;
}
:root {
--text-50: #e9eafb;
--text-100: #d3d5f8;
--text-200: #a8abf0;
--text-300: #7c82e9;
--text-400: #5158e1;
--text-500: #252eda;
--text-600: #1e25ae;
--text-700: #161c83;
--text-800: #0f1257;
--text-900: #07092c;
--text-950: #040516;
--background-50: #e5e5ff;
--background-100: #ccccff;
--background-200: #9999ff;
--background-300: #6666ff;
--background-400: #3333ff;
--background-500: #0000ff;
--background-600: #0000cc;
--background-700: #000099;
--background-800: #000066;
--background-900: #000033;
--background-950: #00001a;
--primary-50: #e9e9fc;
--primary-100: #d3d4f8;
--primary-200: #a7a8f1;
--primary-300: #7b7dea;
--primary-400: #4f51e3;
--primary-500: #2226dd;
--primary-600: #1c1eb0;
--primary-700: #151784;
--primary-800: #0e0f58;
--primary-900: #07082c;
--primary-950: #030416;
--secondary-50: #fde7f0;
--secondary-100: #fccfe1;
--secondary-200: #f8a0c3;
--secondary-300: #f570a5;
--secondary-400: #f24087;
--secondary-500: #ee1169;
--secondary-600: #bf0d54;
--secondary-700: #8f0a3f;
--secondary-800: #5f072a;
--secondary-900: #300315;
--secondary-950: #18020b;
--accent-50: #fceee8;
--accent-100: #f9ded2;
--accent-200: #f4bca4;
--accent-300: #ee9b77;
--accent-400: #e97949;
--accent-500: #e3581c;
--accent-600: #b64616;
--accent-700: #883511;
--accent-800: #5b230b;
--accent-900: #2d1206;
--accent-950: #170903;
}