Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e0a4c8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sour-candy {
color: #69af4b;
}
.boyzone {
color: #2f99da;
}
.her-majesty {
color: #f9a4a4;
}
/* CSS Variables */
:root {
--prettiest-pink:#e0a4c8;
--solar-plexus-chakra:#f1c84b;
--sour-candy:#69af4b;
--boyzone:#2f99da;
--her-majesty:#f9a4a4;
}