Color names in this palette
CSS code for this palette
/* CSS */
.crystal-green {
color: #a6d77e;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.exuberant-orange {
color: #f25d2c;
}
.electric-blood {
color: #e53a2e;
}
.nail-polish-pink {
color: #b84c87;
}
/* CSS Variables */
:root {
--crystal-green:#a6d77e;
--deep-fried-sun-rays:#f4c65d;
--exuberant-orange:#f25d2c;
--electric-blood:#e53a2e;
--nail-polish-pink:#b84c87;
}