Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.serene-pink {
color: #f6c9b6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.tender-violet {
color: #d1c3da;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--serene-pink:#f6c9b6;
--hawaiian-cream:#f9e6b9;
--smooth-as-corn-silk:#f4e2b3;
--tender-violet:#d1c3da;
}