Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e4b4d8;
}
.pismo-dunes {
color: #f5d6a3;
}
.energy-yellow {
color: #f7d550;
}
.orange-pospsicle {
color: #f2a60d;
}
.pollen-storm {
color: #ba9b2c;
}
/* CSS Variables */
:root {
--french-lilac:#e4b4d8;
--pismo-dunes:#f5d6a3;
--energy-yellow:#f7d550;
--orange-pospsicle:#f2a60d;
--pollen-storm:#ba9b2c;
}