Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-sky {
color: #89cfeb;
}
.harbor {
color: #5b8d9a;
}
.sotek-green {
color: #4a7c8c;
}
.electromagnetic {
color: #2e3a3d;
}
.satin-deep-black {
color: #1c2021;
}
/* CSS Variables */
:root {
--afternoon-sky:#89cfeb;
--harbor:#5b8d9a;
--sotek-green:#4a7c8c;
--electromagnetic:#2e3a3d;
--satin-deep-black:#1c2021;
}