Color names in this palette
CSS code for this palette
/* CSS */
.mantis {
color: #74c365;
}
.pistachio-green {
color: #a9d7a2;
}
.iced-celery {
color: #e1e8b5;
}
.pastel-de-nata {
color: #f5ca75;
}
.camellia {
color: #f5685b;
}
/* CSS Variables */
:root {
--mantis:#74c365;
--pistachio-green:#a9d7a2;
--iced-celery:#e1e8b5;
--pastel-de-nata:#f5ca75;
--camellia:#f5685b;
}