Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.gloomy-sea {
color: #4a6478;
}
.spirit-mountain {
color: #6a8d9a;
}
.glacier-blue {
color: #aac0c0;
}
.butter-cream {
color: #f5b042;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--gloomy-sea:#4a6478;
--spirit-mountain:#6a8d9a;
--glacier-blue:#aac0c0;
--butter-cream:#f5b042;
}