Color names in this palette
CSS code for this palette
/* CSS */
.parisian-green {
color: #6a9e3d;
}
.eerie-glow {
color: #a7d7b8;
}
.photon-white {
color: #f7f9e7;
}
.mango-margarita {
color: #f3b94f;
}
.startling-orange {
color: #e4602f;
}
/* CSS Variables */
:root {
--parisian-green:#6a9e3d;
--eerie-glow:#a7d7b8;
--photon-white:#f7f9e7;
--mango-margarita:#f3b94f;
--startling-orange:#e4602f;
}