Color names in this palette
CSS code for this palette
/* CSS */
.sweet-baby-rose {
color: #c2533d;
}
.coral-orange {
color: #e36b4a;
}
.florida-sunrise {
color: #f3a76d;
}
.sprouted {
color: #f4d18a;
}
.aztec-glimmer {
color: #e8b34a;
}
/* CSS Variables */
:root {
--sweet-baby-rose:#c2533d;
--coral-orange:#e36b4a;
--florida-sunrise:#f3a76d;
--sprouted:#f4d18a;
--aztec-glimmer:#e8b34a;
}