Color names in this palette
CSS code for this palette
/* CSS */
.awesome-violet {
color: #a5b6d5;
}
.genteel-blue {
color: #6b8bb3;
}
.light-blue-glint {
color: #a8d5e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sweet-potato {
color: #d97d3f;
}
/* CSS Variables */
:root {
--awesome-violet:#a5b6d5;
--genteel-blue:#6b8bb3;
--light-blue-glint:#a8d5e1;
--solar-plexus-chakra:#f1c84b;
--sweet-potato:#d97d3f;
}