Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.chai-latte {
color: #f9cb9f;
}
.zinnia-gold {
color: #ffd980;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--antique-wicker-basket:#f3d2a0;
--chai-latte:#f9cb9f;
--zinnia-gold:#ffd980;
--grapefruit-pulp:#ff6e61;
}