Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.medium-violet-red {
color: #c61585;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--medium-violet-red:#c61585;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--poisonous-pesticide:#32cd32;
}