Color names in this palette
CSS code for this palette
/* CSS */
.sour-candy {
color: #69af4b;
}
.xanthous {
color: #f3b530;
}
.pompelmo {
color: #ff6b6b;
}
.azraq-blue {
color: #4b6abe;
}
.melon-melody {
color: #f8c391;
}
/* CSS Variables */
:root {
--sour-candy:#69af4b;
--xanthous:#f3b530;
--pompelmo:#ff6b6b;
--azraq-blue:#4b6abe;
--melon-melody:#f8c391;
}