Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3c6c90;
}
.inner-sanctum {
color: #7aa8b8;
}
.light-blue-glint {
color: #a8d4e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orangeville {
color: #e6705b;
}
/* CSS Variables */
:root {
--rainy-lake:#3c6c90;
--inner-sanctum:#7aa8b8;
--light-blue-glint:#a8d4e1;
--solar-plexus-chakra:#f1c84b;
--orangeville:#e6705b;
}