Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4a3d;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.bittersweet {
color: #ff9d52;
}
.chickadee {
color: #ffcf66;
}
.dynamic-yellow {
color: #ffe46b;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4a3d;
--smashed-pumpkin:#ff6a3d;
--bittersweet:#ff9d52;
--chickadee:#ffcf66;
--dynamic-yellow:#ffe46b;
}