Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f8c149;
}
.five-star {
color: #ffac4d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff3d3d;
}
.red-stop {
color: #ff1f1f;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f8c149;
--five-star:#ffac4d;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff3d3d;
--red-stop:#ff1f1f;
}