Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.pismo-dunes {
color: #f6d6a2;
}
.flower-spell {
color: #ffc7d7;
}
.menthol-kiss {
color: #9ee0d3;
}
.rogue-pink {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--pismo-dunes:#f6d6a2;
--flower-spell:#ffc7d7;
--menthol-kiss:#9ee0d3;
--rogue-pink:#f6a7c1;
}