Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffcb3d;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff3d3d;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffcb3d;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff3d3d;
--flirty-rose:#d65c8d;
}