Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.gloomy-sea {
color: #4a6478;
}
.cerulean-frost {
color: #6b9bc2;
}
.arctic-paradise {
color: #b4e1f9;
}
.marigold-dust {
color: #f8cf3a;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--gloomy-sea:#4a6478;
--cerulean-frost:#6b9bc2;
--arctic-paradise:#b4e1f9;
--marigold-dust:#f8cf3a;
}