Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.cupid {
color: #f5b2c6;
}
.pekin-chicken {
color: #f5d2a8;
}
.venetian-yellow {
color: #f8e3a0;
}
.chai-latte {
color: #f8cba0;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--cupid:#f5b2c6;
--pekin-chicken:#f5d2a8;
--venetian-yellow:#f8e3a0;
--chai-latte:#f8cba0;
}