Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f3b7a0;
}
.tuft-bush {
color: #f9d5be;
}
.iced-almond {
color: #fef4dc;
}
.vanilla-paste {
color: #f3e7d3;
}
.aviary-blue {
color: #c5e2e7;
}
/* CSS Variables */
:root {
--antique-cameo:#f3b7a0;
--tuft-bush:#f9d5be;
--iced-almond:#fef4dc;
--vanilla-paste:#f3e7d3;
--aviary-blue:#c5e2e7;
}