Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.glitter-yellow {
color: #f9d75d;
}
.mountain-mint {
color: #a9e0c2;
}
.dirty-blue {
color: #3b80a0;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--glitter-yellow:#f9d75d;
--mountain-mint:#a9e0c2;
--dirty-blue:#3b80a0;
}