Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.lighthouse-glow {
color: #f9d36c;
}
.pale-banana {
color: #f6e48e;
}
.north-wind {
color: #4cc0c8;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--lighthouse-glow:#f9d36c;
--pale-banana:#f6e48e;
--north-wind:#4cc0c8;
}