Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4f9c5d;
}
.eerie-glow {
color: #a7d7b8;
}
.fireflies {
color: #f7d9a6;
}
.apricot-obsession {
color: #f7c4b6;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--longing-for-nature:#4f9c5d;
--eerie-glow:#a7d7b8;
--fireflies:#f7d9a6;
--apricot-obsession:#f7c4b6;
--horror-snob:#d64c4c;
}