Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.haba-ero-gold {
color: #ffcf3d;
}
.lime {
color: #b1ff3d;
}
.eva-green {
color: #3dffa1;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--sunset-yellow:#ff8b3d;
--haba-ero-gold:#ffcf3d;
--lime:#b1ff3d;
--eva-green:#3dffa1;
}