Color names in this palette
CSS code for this palette
/* CSS */
.buckram-binding {
color: #d9c5a5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cyantific {
color: #75c7c0;
}
.ameixa {
color: #6a5bcd;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--buckram-binding:#d9c5a5;
--grapefruit-pulp:#ff6e61;
--cyantific:#75c7c0;
--ameixa:#6a5bcd;
--usc-gold:#ffcc00;
}