Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e0b2;
}
.dreamy-pink {
color: #e0aed1;
}
.pastel-lavender {
color: #d4a1c3;
}
.antique-cameo {
color: #f1b7a2;
}
.hazed-nuts {
color: #c59c6d;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e0b2;
--dreamy-pink:#e0aed1;
--pastel-lavender:#d4a1c3;
--antique-cameo:#f1b7a2;
--hazed-nuts:#c59c6d;
}