Color names in this palette
CSS code for this palette
/* CSS */
.spring-yellow {
color: #f3e57c;
}
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--spring-yellow:#f3e57c;
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
}