Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.peach-damask {
color: #f6c5a7;
}
.autumn-wind {
color: #f9d2b4;
}
.bleached-sunflower {
color: #f9e9a9;
}
.lizard-breath {
color: #e9b935;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--peach-damask:#f6c5a7;
--autumn-wind:#f9d2b4;
--bleached-sunflower:#f9e9a9;
--lizard-breath:#e9b935;
}