Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.rubber-ducky {
color: #f9d158;
}
.maximum-green-yellow {
color: #d3e156;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--rubber-ducky:#f9d158;
--maximum-green-yellow:#d3e156;
--sour-candy:#69af4b;
}