Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.lusty-gallant {
color: #ff7c4d;
}
.floral-leaf {
color: #ffb54d;
}
.vibrant {
color: #ffd24d;
}
.paris-daisy {
color: #ffe74d;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--lusty-gallant:#ff7c4d;
--floral-leaf:#ffb54d;
--vibrant:#ffd24d;
--paris-daisy:#ffe74d;
}