Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.n-rang-orange {
color: #ff8052;
}
.hollandaise {
color: #ffec3d;
}
.poisonous-pesticide {
color: #32cd32;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--n-rang-orange:#ff8052;
--hollandaise:#ffec3d;
--poisonous-pesticide:#32cd32;
--clear-chill:#1f8fff;
}