Color names in this palette
CSS code for this palette
/* CSS */
.midnight-interlude {
color: #2f4b6f;
}
.blue-plate {
color: #5c7b9d;
}
.crystal-lake {
color: #89b3c2;
}
.straw-hat {
color: #f1d3a7;
}
.clay-mug {
color: #d67a5c;
}
/* CSS Variables */
:root {
--midnight-interlude:#2f4b6f;
--blue-plate:#5c7b9d;
--crystal-lake:#89b3c2;
--straw-hat:#f1d3a7;
--clay-mug:#d67a5c;
}