Color names in this palette
CSS code for this palette
/* CSS */
.sunset-orange {
color: #ff5f57;
}
.after-burn {
color: #ff8b61;
}
.floral-leaf {
color: #ffb84d;
}
.fuzzy-duckling {
color: #ffe96b;
}
.lemon-peel {
color: #fff080;
}
/* CSS Variables */
:root {
--sunset-orange:#ff5f57;
--after-burn:#ff8b61;
--floral-leaf:#ffb84d;
--fuzzy-duckling:#ffe96b;
--lemon-peel:#fff080;
}