Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.hawaiian-passion {
color: #ff9b3d;
}
.hollandaise {
color: #ffec3d;
}
.lime {
color: #a1ff3d;
}
.emerald-ice-palace {
color: #3dff81;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--hawaiian-passion:#ff9b3d;
--hollandaise:#ffec3d;
--lime:#a1ff3d;
--emerald-ice-palace:#3dff81;
}