Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f8d5af;
}
.balinese-sunset {
color: #f29f78;
}
.energetic-orange {
color: #d65a38;
}
.tanager {
color: #a53b31;
}
.velvet-outbreak {
color: #691b2c;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f8d5af;
--balinese-sunset:#f29f78;
--energetic-orange:#d65a38;
--tanager:#a53b31;
--velvet-outbreak:#691b2c;
}