Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.floral-leaf {
color: #ffb84d;
}
.n-rang-orange {
color: #ff8052;
}
.blood-burst {
color: #ff4d4d;
}
.red-stop {
color: #ff1f1f;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--floral-leaf:#ffb84d;
--n-rang-orange:#ff8052;
--blood-burst:#ff4d4d;
--red-stop:#ff1f1f;
}