Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.apricot-jam {
color: #f2a76e;
}
.autumn-glimmer {
color: #e68a4c;
}
.field-poppy {
color: #d76b3c;
}
.grenadier {
color: #c34e37;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--apricot-jam:#f2a76e;
--autumn-glimmer:#e68a4c;
--field-poppy:#d76b3c;
--grenadier:#c34e37;
}