Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d8a6c8;
}
.antique-cameo {
color: #f2b8a1;
}
.chickery-chick {
color: #f9e890;
}
.greek-garden {
color: #8cd48f;
}
.boat-house {
color: #4e8dc1;
}
/* CSS Variables */
:root {
--berry-popsicle:#d8a6c8;
--antique-cameo:#f2b8a1;
--chickery-chick:#f9e890;
--greek-garden:#8cd48f;
--boat-house:#4e8dc1;
}