Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4a6a8c;
}
.periwinkle-dusk {
color: #8b9eb1;
}
.english-hollyhock {
color: #b5c8d4;
}
.winter-haven {
color: #e1e6ea;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--revel-blue:#4a6a8c;
--periwinkle-dusk:#8b9eb1;
--english-hollyhock:#b5c8d4;
--winter-haven:#e1e6ea;
--solar-plexus-chakra:#f1c84b;
}