Color names in this palette
CSS code for this palette
/* CSS */
.yellow-chalk {
color: #f1f9ae;
}
.creamy-avocado {
color: #dff29c;
}
.sulu {
color: #c5eb7f;
}
.tropical-light {
color: #a2d66b;
}
.green-flash {
color: #77c658;
}
/* CSS Variables */
:root {
--yellow-chalk:#f1f9ae;
--creamy-avocado:#dff29c;
--sulu:#c5eb7f;
--tropical-light:#a2d66b;
--green-flash:#77c658;
}