Color names in this palette
CSS code for this palette
/* CSS */
.earth-yellow {
color: #e2a760;
}
.glitter-yellow {
color: #f9d75d;
}
.nature-s-delight {
color: #a7d68f;
}
.montego-bay {
color: #3bb9c4;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
/* CSS Variables */
:root {
--earth-yellow:#e2a760;
--glitter-yellow:#f9d75d;
--nature-s-delight:#a7d68f;
--montego-bay:#3bb9c4;
--yu-gu-ng-l-n-moonlight:#595ca6;
}