Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.portage {
color: #8a99d6;
}
.simply-sparkling {
color: #aec3e0;
}
.ibis {
color: #f1b1c2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--portage:#8a99d6;
--simply-sparkling:#aec3e0;
--ibis:#f1b1c2;
--grapefruit-pulp:#ff6e61;
}