Color names in this palette
CSS code for this palette
/* CSS */
.hot-orange {
color: #f58742;
}
.chai-latte {
color: #f8c8a0;
}
.silent-ivory {
color: #fef3c8;
}
.havana-cream {
color: #f9e7c3;
}
.partytime {
color: #e2a7c7;
}
/* CSS Variables */
:root {
--hot-orange:#f58742;
--chai-latte:#f8c8a0;
--silent-ivory:#fef3c8;
--havana-cream:#f9e7c3;
--partytime:#e2a7c7;
}