Color names in this palette
CSS code for this palette
/* CSS */
.weeping-fig {
color: #5c882b;
}
.opaline-green {
color: #a4c57c;
}
.iced-celery {
color: #e4e8b5;
}
.pink-beach {
color: #f6c3a7;
}
.field-poppy {
color: #d66b3d;
}
/* CSS Variables */
:root {
--weeping-fig:#5c882b;
--opaline-green:#a4c57c;
--iced-celery:#e4e8b5;
--pink-beach:#f6c3a7;
--field-poppy:#d66b3d;
}