Color names in this palette
CSS code for this palette
/* CSS */
.raw-sunset {
color: #f75b2b;
}
.valley-of-fire {
color: #ff8b4d;
}
.floral-leaf {
color: #ffb84d;
}
.pale-pear {
color: #f7da6e;
}
.dingy-sticky-note {
color: #e1f7a1;
}
/* CSS Variables */
:root {
--raw-sunset:#f75b2b;
--valley-of-fire:#ff8b4d;
--floral-leaf:#ffb84d;
--pale-pear:#f7da6e;
--dingy-sticky-note:#e1f7a1;
}