Color names in this palette
CSS code for this palette
/* CSS */
.white-elf {
color: #f6c47e;
}
.apricot-jam {
color: #f2a76e;
}
.mesa-sunrise {
color: #e67f60;
}
.horror-snob {
color: #d64c4c;
}
.no-more-drama {
color: #a63f3f;
}
/* CSS Variables */
:root {
--white-elf:#f6c47e;
--apricot-jam:#f2a76e;
--mesa-sunrise:#e67f60;
--horror-snob:#d64c4c;
--no-more-drama:#a63f3f;
}