Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e3a5b7;
}
.old-flame {
color: #f1b8b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.peach-butter {
color: #fbaf3c;
}
.field-poppy {
color: #d56e3f;
}
/* CSS Variables */
:root {
--garden-party:#e3a5b7;
--old-flame:#f1b8b6;
--solar-plexus-chakra:#f1c84b;
--peach-butter:#fbaf3c;
--field-poppy:#d56e3f;
}