Color names in this palette
CSS code for this palette
/* CSS */
.red-stunt {
color: #c50724;
}
.beastly-red {
color: #6a0b0b;
}
.reductant {
color: #ea5f5d;
}
.dream-of-spring {
color: #f6d12c;
}
.freezy-breezy {
color: #9febf4;
}
/* CSS Variables */
:root {
--red-stunt:#c50724;
--beastly-red:#6a0b0b;
--reductant:#ea5f5d;
--dream-of-spring:#f6d12c;
--freezy-breezy:#9febf4;
}