Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.au-gratin {
color: #ffa047;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dangerously-red {
color: #d93e36;
}
.velvet-cake {
color: #9d2a3d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--au-gratin:#ffa047;
--grapefruit-pulp:#ff6e61;
--dangerously-red:#d93e36;
--velvet-cake:#9d2a3d;
}