Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4f9c5d;
}
.green-trance {
color: #a3d7a3;
}
.lime-bright {
color: #f2e4b0;
}
.citrus-hill {
color: #f7a78d;
}
.nasturtium-flower {
color: #e9481c;
}
/* CSS Variables */
:root {
--longing-for-nature:#4f9c5d;
--green-trance:#a3d7a3;
--lime-bright:#f2e4b0;
--citrus-hill:#f7a78d;
--nasturtium-flower:#e9481c;
}