Color names in this palette
CSS code for this palette
/* CSS */
.jack-o-lantern {
color: #d5784d;
}
.candle-yellow {
color: #e1a26b;
}
.radome-tan {
color: #f2c8a1;
}
.first-date {
color: #f6afa2;
}
.tiger-lily {
color: #e45d3f;
}
/* CSS Variables */
:root {
--jack-o-lantern:#d5784d;
--candle-yellow:#e1a26b;
--radome-tan:#f2c8a1;
--first-date:#f6afa2;
--tiger-lily:#e45d3f;
}