Color names in this palette
CSS code for this palette
/* CSS */
.pure-passion {
color: #b3003b;
}
.ake-blood {
color: #cf3726;
}
.mandarin-orange {
color: #f26c3a;
}
.solar-power {
color: #f5b132;
}
.stil-de-grain-yellow {
color: #f9df5d;
}
/* CSS Variables */
:root {
--pure-passion:#b3003b;
--ake-blood:#cf3726;
--mandarin-orange:#f26c3a;
--solar-power:#f5b132;
--stil-de-grain-yellow:#f9df5d;
}