Color names in this palette
CSS code for this palette
/* CSS */
.blue-depths {
color: #293c65;
}
.moonshade {
color: #5c6e9d;
}
.sky-pilot {
color: #a4b7d5;
}
.icy-lilac {
color: #e4e8f6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--blue-depths:#293c65;
--moonshade:#5c6e9d;
--sky-pilot:#a4b7d5;
--icy-lilac:#e4e8f6;
--solar-plexus-chakra:#f1c84b;
}