Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.hawaiian-passion {
color: #ff9e3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.lime {
color: #a5ff3d;
}
.acid-pops {
color: #3dff64;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--hawaiian-passion:#ff9e3d;
--dandelion-yellow:#ffdb3d;
--lime:#a5ff3d;
--acid-pops:#3dff64;
}