Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.hello-summer {
color: #4dc3ff;
}
.drunken-dragonfly {
color: #37e18c;
}
.french-rose {
color: #f74b92;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--yellow-jacket:#ffcb3d;
--hello-summer:#4dc3ff;
--drunken-dragonfly:#37e18c;
--french-rose:#f74b92;
}