Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.shrimp-cocktail {
color: #f4a462;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.childhood-crush {
color: #e76d65;
}
.beauty-queen {
color: #c25b84;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--shrimp-cocktail:#f4a462;
--solar-plexus-chakra:#f1c84b;
--childhood-crush:#e76d65;
--beauty-queen:#c25b84;
}