Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.ice-cream-parlour {
color: #f8d5af;
}
.derby {
color: #fbe4c6;
}
.vanilla-cream {
color: #f7e2ab;
}
.sprinkled-with-pink {
color: #e5a4ae;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--ice-cream-parlour:#f8d5af;
--derby:#fbe4c6;
--vanilla-cream:#f7e2ab;
--sprinkled-with-pink:#e5a4ae;
}