Color names in this palette
CSS code for this palette
/* CSS */
.young-fern {
color: #6ebf7b;
}
.natural-orchestra {
color: #4b9b7c;
}
.green-moray {
color: #3e7a6c;
}
.mocha-dandelion {
color: #f2d86e;
}
.duck-butter {
color: #e1c45b;
}
/* CSS Variables */
:root {
--young-fern:#6ebf7b;
--natural-orchestra:#4b9b7c;
--green-moray:#3e7a6c;
--mocha-dandelion:#f2d86e;
--duck-butter:#e1c45b;
}