Color names in this palette
CSS code for this palette
/* CSS */
.socialist {
color: #8d1c1c;
}
.red-power {
color: #d63838;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--socialist:#8d1c1c;
--red-power:#d63838;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
}