Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.arts-crafts-gold {
color: #f9c48b;
}
.buttery-croissant {
color: #f5e19e;
}
.bay {
color: #b2e0d1;
}
.meadow-blossom-blue {
color: #7cb1d5;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--arts-crafts-gold:#f9c48b;
--buttery-croissant:#f5e19e;
--bay:#b2e0d1;
--meadow-blossom-blue:#7cb1d5;
}