Color names in this palette
CSS code for this palette
/* CSS */
.winter-green {
color: #4a8c7c;
}
.techno-turquoise {
color: #5dbb8c;
}
.aurora-green {
color: #70e1a3;
}
.mint-o-licious {
color: #b5e8c8;
}
.spilt-milk {
color: #f3f9d2;
}
/* CSS Variables */
:root {
--winter-green:#4a8c7c;
--techno-turquoise:#5dbb8c;
--aurora-green:#70e1a3;
--mint-o-licious:#b5e8c8;
--spilt-milk:#f3f9d2;
}