Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f5b7c5;
}
.ibis-pink {
color: #f9d1b9;
}
.cake-dough {
color: #fce1a6;
}
.grape-green {
color: #a7e3a1;
}
.french-pass {
color: #a3d3e0;
}
/* CSS Variables */
:root {
--love-spell:#f5b7c5;
--ibis-pink:#f9d1b9;
--cake-dough:#fce1a6;
--grape-green:#a7e3a1;
--french-pass:#a3d3e0;
}