Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.opal-flame {
color: #e25a4b;
}
.burning-coals {
color: #f69c6f;
}
.chai-latte {
color: #f9cb9f;
}
.playful-peach {
color: #fce5ca;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--opal-flame:#e25a4b;
--burning-coals:#f69c6f;
--chai-latte:#f9cb9f;
--playful-peach:#fce5ca;
}