Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4f9c5d;
}
.nature-s-delight {
color: #a5d88d;
}
.late-day-sun {
color: #f0e08e;
}
.golden-mary {
color: #f6bb3c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--longing-for-nature:#4f9c5d;
--nature-s-delight:#a5d88d;
--late-day-sun:#f0e08e;
--golden-mary:#f6bb3c;
--breeze-of-chilli:#f76e6e;
}