Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #4b5e68;
}
.mineral-blue {
color: #6a908e;
}
.celestine {
color: #88c0c8;
}
.butter-cookie {
color: #f0e3b2;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--shot-over:#4b5e68;
--mineral-blue:#6a908e;
--celestine:#88c0c8;
--butter-cookie:#f0e3b2;
--opal-flame:#f15e4b;
}