Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.first-date {
color: #f7afa1;
}
.lichen-gold {
color: #d9e8b0;
}
.filtered-forest {
color: #b7e1d1;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--solar-plexus-chakra:#f1c84b;
--first-date:#f7afa1;
--lichen-gold:#d9e8b0;
--filtered-forest:#b7e1d1;
}