Color names in this palette
CSS code for this palette
/* CSS */
.pensive-pink {
color: #eab6ae;
}
.cupcake-pink {
color: #f5d7d1;
}
.gardenia {
color: #f1e7df;
}
.silent-river {
color: #b9dad7;
}
.frugal {
color: #a4d6b3;
}
/* CSS Variables */
:root {
--pensive-pink:#eab6ae;
--cupcake-pink:#f5d7d1;
--gardenia:#f1e7df;
--silent-river:#b9dad7;
--frugal:#a4d6b3;
}