Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f6d75a;
}
.crystal-green {
color: #a7d57b;
}
.garish-green {
color: #4abf8c;
}
.hippie-blue {
color: #498a9c;
}
.chinese-porcelain {
color: #3e5c7e;
}
/* CSS Variables */
:root {
--glitter-yellow:#f6d75a;
--crystal-green:#a7d57b;
--garish-green:#4abf8c;
--hippie-blue:#498a9c;
--chinese-porcelain:#3e5c7e;
}