Color names in this palette
CSS code for this palette
/* CSS */
.mantis {
color: #74c365;
}
.cool-aloe {
color: #aad99b;
}
.daydream {
color: #e2ebad;
}
.egg-toast {
color: #f6c80e;
}
.scrofulous-brown {
color: #d9a13f;
}
/* CSS Variables */
:root {
--mantis:#74c365;
--cool-aloe:#aad99b;
--daydream:#e2ebad;
--egg-toast:#f6c80e;
--scrofulous-brown:#d9a13f;
}