Color names in this palette
CSS code for this palette
/* CSS */
.sour-candy {
color: #69af4b;
}
.pot-of-gold {
color: #f9cb24;
}
.melon-melody {
color: #f8c391;
}
.khmer-curry {
color: #eb5656;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--sour-candy:#69af4b;
--pot-of-gold:#f9cb24;
--melon-melody:#f8c391;
--khmer-curry:#eb5656;
--clear-chill:#1f8fff;
}