Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.hawaiian-passion {
color: #ff9e3d;
}
.hollandaise {
color: #ffec3d;
}
.eva-green {
color: #3dff9e;
}
.sky-dancer {
color: #3d9eff;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--hawaiian-passion:#ff9e3d;
--hollandaise:#ffec3d;
--eva-green:#3dff9e;
--sky-dancer:#3d9eff;
}