Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.sizzling-red {
color: #ff3d5a;
}
.in-the-red {
color: #ff2937;
}
.twenty-carat {
color: #ffbe4d;
}
.joyful-orange {
color: #ff913d;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--sizzling-red:#ff3d5a;
--in-the-red:#ff2937;
--twenty-carat:#ffbe4d;
--joyful-orange:#ff913d;
}