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