Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3b8c57;
}
.clover-mist {
color: #69bf83;
}
.satin-green {
color: #c4e1b7;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.pizazz {
color: #e57e3e;
}
/* CSS Variables */
:root {
--irish:#3b8c57;
--clover-mist:#69bf83;
--satin-green:#c4e1b7;
--antique-wicker-basket:#f2d2a1;
--pizazz:#e57e3e;
}