Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-soda {
color: #ff5e3d;
}
.raspberry-sorbet {
color: #d6386a;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--orange-soda:#ff5e3d;
--raspberry-sorbet:#d6386a;
--true-purple:#6a2c90;
}