Color names in this palette
CSS code for this palette
/* CSS */
.allspice {
color: #f4cca9;
}
.corn-maze {
color: #e0aa6c;
}
.fireglow {
color: #d55f3f;
}
.radiant-orchid {
color: #a85d9b;
}
.amber-glow {
color: #f09c3d;
}
/* CSS Variables */
:root {
--allspice:#f4cca9;
--corn-maze:#e0aa6c;
--fireglow:#d55f3f;
--radiant-orchid:#a85d9b;
--amber-glow:#f09c3d;
}