Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.vanity {
color: #5a92b5;
}
.sea-cliff {
color: #a3c7e0;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.mod-orange {
color: #d95a3a;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--vanity:#5a92b5;
--sea-cliff:#a3c7e0;
--solar-plexus-chakra:#f0c74c;
--mod-orange:#d95a3a;
}