Color names in this palette
CSS code for this palette
/* CSS */
.palm-tree {
color: #73b55e;
}
.pistachio-green {
color: #a7d69e;
}
.lasting-thoughts {
color: #d2e9af;
}
.carla {
color: #f3f9c8;
}
.banan-appeal {
color: #f6f1a7;
}
/* CSS Variables */
:root {
--palm-tree:#73b55e;
--pistachio-green:#a7d69e;
--lasting-thoughts:#d2e9af;
--carla:#f3f9c8;
--banan-appeal:#f6f1a7;
}