Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.radiant-sun {
color: #f3ca4f;
}
.hot-orange {
color: #f28740;
}
.field-poppy {
color: #d76b3c;
}
.bacchanalia-red {
color: #8d3a3a;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--radiant-sun:#f3ca4f;
--hot-orange:#f28740;
--field-poppy:#d76b3c;
--bacchanalia-red:#8d3a3a;
}