Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.kanz-orange {
color: #ff8e3d;
}
.agrellan-badland {
color: #ffb647;
}
.daisy {
color: #ffd53d;
}
.candle-flame {
color: #fff6a3;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--kanz-orange:#ff8e3d;
--agrellan-badland:#ffb647;
--daisy:#ffd53d;
--candle-flame:#fff6a3;
}