Color names in this palette
CSS code for this palette
/* CSS */
.red-orange {
color: #ff3d33;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.clarified-orange {
color: #ffa05c;
}
.chanterelles {
color: #ffc96b;
}
.citrus-punch {
color: #ffeb85;
}
/* CSS Variables */
:root {
--red-orange:#ff3d33;
--smashed-pumpkin:#ff6a3d;
--clarified-orange:#ffa05c;
--chanterelles:#ffc96b;
--citrus-punch:#ffeb85;
}