Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.forsythia-blossom {
color: #f9d66c;
}
.jeune-citron {
color: #a9d40c;
}
.bilbao {
color: #3d7f2e;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--forsythia-blossom:#f9d66c;
--jeune-citron:#a9d40c;
--bilbao:#3d7f2e;
}