Color names in this palette
CSS code for this palette
/* CSS */
.smashed-pumpkin {
color: #ff6a3d;
}
.kanz-orange {
color: #ff8e3d;
}
.orange-pop {
color: #ffb83d;
}
.daisy {
color: #ffd53d;
}
.dandelion-yellow {
color: #ffdb3d;
}
/* CSS Variables */
:root {
--smashed-pumpkin:#ff6a3d;
--kanz-orange:#ff8e3d;
--orange-pop:#ffb83d;
--daisy:#ffd53d;
--dandelion-yellow:#ffdb3d;
}