Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f8d2af;
}
.warming-peach {
color: #e6b8a2;
}
.shanghai-peach {
color: #d49b8c;
}
.african-bubinga {
color: #c5907d;
}
.honey-maple {
color: #a66e5e;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f8d2af;
--warming-peach:#e6b8a2;
--shanghai-peach:#d49b8c;
--african-bubinga:#c5907d;
--honey-maple:#a66e5e;
}