Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.lusty-gallant {
color: #ff7c4d;
}
.floral-leaf {
color: #ffb84d;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.butter-cake {
color: #ffff4d;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--lusty-gallant:#ff7c4d;
--floral-leaf:#ffb84d;
--kuchinashi-yellow:#ffdb4d;
--butter-cake:#ffff4d;
}