Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.flower-bulb {
color: #d8e5c7;
}
.magenta-red {
color: #8d3a7b;
}
.galactic-purple {
color: #4a2c90;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--flower-bulb:#d8e5c7;
--magenta-red:#8d3a7b;
--galactic-purple:#4a2c90;
}