Color names in this palette
CSS code for this palette
/* CSS */
.autumn-blush {
color: #e5d2c2;
}
.chamois-cloth {
color: #f1e1d0;
}
.biscuit-cream {
color: #f9ccb9;
}
.candy-heart-pink {
color: #f6a4a2;
}
.pink-pepper {
color: #f25a69;
}
/* CSS Variables */
:root {
--autumn-blush:#e5d2c2;
--chamois-cloth:#f1e1d0;
--biscuit-cream:#f9ccb9;
--candy-heart-pink:#f6a4a2;
--pink-pepper:#f25a69;
}