Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9df39;
}
.hot-sun {
color: #f7b32b;
}
.iceland-poppy {
color: #f67a2c;
}
.exotic-orange {
color: #f64d1e;
}
.red-pigment {
color: #e71d27;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9df39;
--hot-sun:#f7b32b;
--iceland-poppy:#f67a2c;
--exotic-orange:#f64d1e;
--red-pigment:#e71d27;
}