Color names in this palette
CSS code for this palette
/* CSS */
.ming-green {
color: #40bf80;
}
.aurora-green {
color: #6ed8a1;
}
.coastal-foam {
color: #b1e2c6;
}
.fresh-dew {
color: #f1f8e2;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--ming-green:#40bf80;
--aurora-green:#6ed8a1;
--coastal-foam:#b1e2c6;
--fresh-dew:#f1f8e2;
--nacho:#ffcb5c;
}