Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.cheddar-corn {
color: #f6d4b6;
}
.lazy-daisy {
color: #f3e7a0;
}
.smooth-satin {
color: #a1d3d4;
}
.caulerpa-lentillifera {
color: #5b9f9a;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--cheddar-corn:#f6d4b6;
--lazy-daisy:#f3e7a0;
--smooth-satin:#a1d3d4;
--caulerpa-lentillifera:#5b9f9a;
}