Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.blue-chaos {
color: #4d9dff;
}
.paris-green {
color: #4fbf80;
}
.yellow-petal {
color: #f1e350;
}
.lusty-gallant {
color: #ff7c4d;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--blue-chaos:#4d9dff;
--paris-green:#4fbf80;
--yellow-petal:#f1e350;
--lusty-gallant:#ff7c4d;
}