Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d4a75e;
}
.exotic-purple {
color: #6a4f78;
}
.frosted-silver {
color: #c6c9c5;
}
.bone-white {
color: #f1e2b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d4a75e;
--exotic-purple:#6a4f78;
--frosted-silver:#c6c9c5;
--bone-white:#f1e2b1;
--grapefruit-pulp:#ff6e61;
}