Color names in this palette
CSS code for this palette
/* CSS */
.butter-muffin {
color: #f7deb1;
}
.thatched-cottage {
color: #d7c7a7;
}
.forever-lilac {
color: #b0a6c5;
}
.botanical-tint {
color: #a6e2d4;
}
.coral-bead {
color: #f29a91;
}
/* CSS Variables */
:root {
--butter-muffin:#f7deb1;
--thatched-cottage:#d7c7a7;
--forever-lilac:#b0a6c5;
--botanical-tint:#a6e2d4;
--coral-bead:#f29a91;
}