Color names in this palette
CSS code for this palette
/* CSS */
.frolic {
color: #f8e6e2;
}
.ibis {
color: #f1b1bf;
}
.zahri-pink {
color: #ef6c6e;
}
.exuberant-pink {
color: #b74e7d;
}
.magenta-violet {
color: #6c4f8c;
}
/* CSS Variables */
:root {
--frolic:#f8e6e2;
--ibis:#f1b1bf;
--zahri-pink:#ef6c6e;
--exuberant-pink:#b74e7d;
--magenta-violet:#6c4f8c;
}