Color names in this palette
CSS code for this palette
/* CSS */
.fading-horizon {
color: #3d1e6c;
}
.daisy-bush {
color: #5f3c8b;
}
.smooch-rouge {
color: #d73c4e;
}
.shocking-orange {
color: #ff6d1f;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--fading-horizon:#3d1e6c;
--daisy-bush:#5f3c8b;
--smooch-rouge:#d73c4e;
--shocking-orange:#ff6d1f;
--middle-yellow:#ffea00;
}