Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.lush-greenery {
color: #8bff3d;
}
.greenish-cyan {
color: #3dffb8;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--sunset-yellow:#ff8b3d;
--dandelion-yellow:#ffdb3d;
--lush-greenery:#8bff3d;
--greenish-cyan:#3dffb8;
}