Color names in this palette
CSS code for this palette
/* CSS */
.lusty-gallant {
color: #ff7f4d;
}
.sailing-tangerine {
color: #ffa857;
}
.zing {
color: #ffc17a;
}
.spirited-yellow {
color: #ffdc85;
}
.midday-sun {
color: #ffe3a3;
}
/* CSS Variables */
:root {
--lusty-gallant:#ff7f4d;
--sailing-tangerine:#ffa857;
--zing:#ffc17a;
--spirited-yellow:#ffdc85;
--midday-sun:#ffe3a3;
}