Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.elastic-pink {
color: #f0a3c7;
}
.apricot-jam {
color: #f2a76e;
}
.solar-plexus-chakra {
color: #f3c949;
}
.yellow-petal {
color: #f0e34c;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--elastic-pink:#f0a3c7;
--apricot-jam:#f2a76e;
--solar-plexus-chakra:#f3c949;
--yellow-petal:#f0e34c;
}