Color names in this palette
CSS code for this palette
/* CSS */
.mixed-fruit {
color: #f9b7b4;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.coral-green {
color: #aee0cf;
}
.geranium-bud {
color: #d2a2c5;
}
.peach-pink {
color: #ff998a;
}
/* CSS Variables */
:root {
--mixed-fruit:#f9b7b4;
--enjoyable-yellow:#f6d6a7;
--coral-green:#aee0cf;
--geranium-bud:#d2a2c5;
--peach-pink:#ff998a;
}