Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.beniukon-bronze {
color: #ff7e38;
}
.floral-leaf {
color: #ffb84d;
}
.golden-snitch {
color: #f4df43;
}
.amazon-parrot {
color: #7fe06c;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--beniukon-bronze:#ff7e38;
--floral-leaf:#ffb84d;
--golden-snitch:#f4df43;
--amazon-parrot:#7fe06c;
}