Color names in this palette
CSS code for this palette
/* CSS */
.bloody-rust {
color: #e02e3d;
}
.strawberry-avalanche {
color: #f04f3d;
}
.phoenix-flames {
color: #f8a520;
}
.no-gmb-yellow {
color: #f8e88b;
}
.koopa-green-shell {
color: #59cf59;
}
/* CSS Variables */
:root {
--bloody-rust:#e02e3d;
--strawberry-avalanche:#f04f3d;
--phoenix-flames:#f8a520;
--no-gmb-yellow:#f8e88b;
--koopa-green-shell:#59cf59;
}