Color names in this palette
CSS code for this palette
/* CSS */
.gazpacho {
color: #c63d24;
}
.mexican-spirit {
color: #d68538;
}
.maximum-yellow-red {
color: #f1b74b;
}
.white-elf {
color: #f7c47e;
}
.dawn-light {
color: #f9e0a9;
}
/* CSS Variables */
:root {
--gazpacho:#c63d24;
--mexican-spirit:#d68538;
--maximum-yellow-red:#f1b74b;
--white-elf:#f7c47e;
--dawn-light:#f9e0a9;
}