Color names in this palette
CSS code for this palette
/* CSS */
.pastel-green {
color: #6fdc6f;
}
.paradise-green {
color: #a3e68e;
}
.dingy-sticky-note {
color: #e1f99f;
}
.walking-on-sunshine {
color: #fffa9e;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--pastel-green:#6fdc6f;
--paradise-green:#a3e68e;
--dingy-sticky-note:#e1f99f;
--walking-on-sunshine:#fffa9e;
--usc-gold:#ffcc00;
}