Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.halloween {
color: #ff613d;
}
.sizzling-red {
color: #ff3d5a;
}
.texas-ranger-brown {
color: #9f512d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--halloween:#ff613d;
--sizzling-red:#ff3d5a;
--texas-ranger-brown:#9f512d;
}