Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.orange-quench {
color: #fabd61;
}
.durango-dust {
color: #fce4a1;
}
.lime-lizard {
color: #a3d55d;
}
.la-palma {
color: #4d8d2a;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--orange-quench:#fabd61;
--durango-dust:#fce4a1;
--lime-lizard:#a3d55d;
--la-palma:#4d8d2a;
}