Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f2a6b1;
}
.puppy-love {
color: #e4b9c1;
}
.baywater-blue {
color: #c9d6e3;
}
.iced-aqua {
color: #a6d4d9;
}
.gardenia {
color: #f1e7df;
}
/* CSS Variables */
:root {
--pink-fit:#f2a6b1;
--puppy-love:#e4b9c1;
--baywater-blue:#c9d6e3;
--iced-aqua:#a6d4d9;
--gardenia:#f1e7df;
}