Color names in this palette
CSS code for this palette
/* CSS */
.nordic-noir {
color: #023140;
}
.sail-maker {
color: #0b506f;
}
.scooter {
color: #2c8c9b;
}
.blue-radiance {
color: #5ed4d2;
}
.everest {
color: #a2e4e6;
}
/* CSS Variables */
:root {
--nordic-noir:#023140;
--sail-maker:#0b506f;
--scooter:#2c8c9b;
--blue-radiance:#5ed4d2;
--everest:#a2e4e6;
}