Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6c9b4b;
}
.green-bark {
color: #a9c5a6;
}
.airy-green {
color: #d8e2c5;
}
.cookie-crust {
color: #e4b358;
}
.sweet-baby-rose {
color: #c74d3d;
}
/* CSS Variables */
:root {
--flat-green:#6c9b4b;
--green-bark:#a9c5a6;
--airy-green:#d8e2c5;
--cookie-crust:#e4b358;
--sweet-baby-rose:#c74d3d;
}