Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4f9c5d;
}
.witty-green {
color: #b5d99b;
}
.french-vanilla {
color: #f1e1a7;
}
.mango-ice {
color: #f9c08b;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--longing-for-nature:#4f9c5d;
--witty-green:#b5d99b;
--french-vanilla:#f1e1a7;
--mango-ice:#f9c08b;
--breeze-of-chilli:#f76e6e;
}