Color names in this palette
CSS code for this palette
/* CSS */
.sandy-tan {
color: #fcd9b6;
}
.florida-sunrise {
color: #f6aa6f;
}
.opulent-orange {
color: #f25e40;
}
.bacon-strips {
color: #e13e33;
}
.haute-red {
color: #a71b24;
}
/* CSS Variables */
:root {
--sandy-tan:#fcd9b6;
--florida-sunrise:#f6aa6f;
--opulent-orange:#f25e40;
--bacon-strips:#e13e33;
--haute-red:#a71b24;
}