Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.italian-buckthorn {
color: #708c1d;
}
.longing-for-nature {
color: #4b9b5f;
}
.capture {
color: #2cb5a0;
}
.immersed {
color: #204e56;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--italian-buckthorn:#708c1d;
--longing-for-nature:#4b9b5f;
--capture:#2cb5a0;
--immersed:#204e56;
}