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