Color names in this palette
CSS code for this palette
/* CSS */
.coral-blossom {
color: #f7bfa1;
}
.mango-margarita {
color: #f4b74e;
}
.dodgeroll-gold {
color: #f39c12;
}
.crushed-orange {
color: #e27e2c;
}
.edocha {
color: #a03f2c;
}
/* CSS Variables */
:root {
--coral-blossom:#f7bfa1;
--mango-margarita:#f4b74e;
--dodgeroll-gold:#f39c12;
--crushed-orange:#e27e2c;
--edocha:#a03f2c;
}