Color names in this palette
CSS code for this palette
/* CSS */
.deep-reddish-orange {
color: #b95d3c;
}
.bronzed-orange {
color: #d98c6d;
}
.first-date {
color: #f1b3a2;
}
.tuft-bush {
color: #f9d2be;
}
.frangipani {
color: #fdd6a0;
}
/* CSS Variables */
:root {
--deep-reddish-orange:#b95d3c;
--bronzed-orange:#d98c6d;
--first-date:#f1b3a2;
--tuft-bush:#f9d2be;
--frangipani:#fdd6a0;
}