Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5c;
}
.rainy-lake {
color: #3e6a8e;
}
.stormfang {
color: #7ca7c0;
}
.chefchaouen-blue {
color: #a5d3e9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5c;
--rainy-lake:#3e6a8e;
--stormfang:#7ca7c0;
--chefchaouen-blue:#a5d3e9;
--solar-plexus-chakra:#f1c84b;
}