Color names in this palette
CSS code for this palette
/* CSS */
.ufo-green {
color: #3dd169;
}
.aurora-green {
color: #6fdc8b;
}
.hospital-green {
color: #98e1a4;
}
.tea-green {
color: #cff7c0;
}
.milk-foam {
color: #f4ffeb;
}
/* CSS Variables */
:root {
--ufo-green:#3dd169;
--aurora-green:#6fdc8b;
--hospital-green:#98e1a4;
--tea-green:#cff7c0;
--milk-foam:#f4ffeb;
}