Color names in this palette
CSS code for this palette
/* CSS */
.smashed-pumpkin {
color: #ff6a3d;
}
.kumquat {
color: #ff983d;
}
.orange-pop {
color: #ffbe3d;
}
.banana-farm {
color: #ffdf3d;
}
.french-pink {
color: #ff6b9a;
}
/* CSS Variables */
:root {
--smashed-pumpkin:#ff6a3d;
--kumquat:#ff983d;
--orange-pop:#ffbe3d;
--banana-farm:#ffdf3d;
--french-pink:#ff6b9a;
}