Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.zing {
color: #fbbf7e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--zing:#fbbf7e;
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--blood-burst:#ff4d4d;
}