Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6b3e93;
}
.liberal-lilac {
color: #9b58b6;
}
.mellow-melon {
color: #e92063;
}
.dodgeroll-gold {
color: #f39c12;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--sweet-flag:#6b3e93;
--liberal-lilac:#9b58b6;
--mellow-melon:#e92063;
--dodgeroll-gold:#f39c12;
--ufo-green:#2ecc70;
}