Color names in this palette
CSS code for this palette
/* CSS */
.coral-bay {
color: #e0b8a3;
}
.first-peach {
color: #f6c9c6;
}
.china-doll {
color: #f1e4d5;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.antique-cameo {
color: #f0baa3;
}
/* CSS Variables */
:root {
--coral-bay:#e0b8a3;
--first-peach:#f6c9c6;
--china-doll:#f1e4d5;
--smooth-as-corn-silk:#f4e4b3;
--antique-cameo:#f0baa3;
}