Color names in this palette
CSS code for this palette
/* CSS */
.green-peridot {
color: #a2c369;
}
.american-yellow {
color: #f5b400;
}
.glitter-yellow {
color: #f6d75a;
}
.opal-flame {
color: #ea5d4d;
}
.king-crimson {
color: #c94a4a;
}
/* CSS Variables */
:root {
--green-peridot:#a2c369;
--american-yellow:#f5b400;
--glitter-yellow:#f6d75a;
--opal-flame:#ea5d4d;
--king-crimson:#c94a4a;
}