Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.blue-racer {
color: #4ca3a9;
}
.sweet-rhapsody {
color: #8fd6d2;
}
.desert-iguana {
color: #f2f4e1;
}
.golden-moray-eel {
color: #fbcf60;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--blue-racer:#4ca3a9;
--sweet-rhapsody:#8fd6d2;
--desert-iguana:#f2f4e1;
--golden-moray-eel:#fbcf60;
}