Color names in this palette
CSS code for this palette
/* CSS */
.heavy-heart {
color: #7b1422;
}
.rooibos-tea {
color: #b23a2a;
}
.mandarin-red {
color: #e54f3e;
}
.raichu-orange {
color: #f7a63b;
}
.dream-of-spring {
color: #f8d32a;
}
/* CSS Variables */
:root {
--heavy-heart:#7b1422;
--rooibos-tea:#b23a2a;
--mandarin-red:#e54f3e;
--raichu-orange:#f7a63b;
--dream-of-spring:#f8d32a;
}