Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.joyful-orange {
color: #ff913d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.eva-green {
color: #3dff91;
}
.sky-dancer {
color: #3d91ff;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--joyful-orange:#ff913d;
--dandelion-yellow:#ffdb3d;
--eva-green:#3dff91;
--sky-dancer:#3d91ff;
}