Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.bittersweet {
color: #ff9d52;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pink-punch {
color: #d24b6b;
}
.cadmium-violet {
color: #7e3d99;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--bittersweet:#ff9d52;
--grapefruit-pulp:#ff6e61;
--pink-punch:#d24b6b;
--cadmium-violet:#7e3d99;
}