Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4f9c5d;
}
.citronella {
color: #69bf79;
}
.grape-green {
color: #a8e1a3;
}
.shrimp-toast {
color: #f7c6a1;
}
.orange-soda {
color: #f45c3e;
}
/* CSS Variables */
:root {
--longing-for-nature:#4f9c5d;
--citronella:#69bf79;
--grape-green:#a8e1a3;
--shrimp-toast:#f7c6a1;
--orange-soda:#f45c3e;
}