Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b0;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.lazy-daisy {
color: #f3e9a0;
}
.patina-green {
color: #b5e7b1;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b0;
--antique-wicker-basket:#f7d3a1;
--lazy-daisy:#f3e9a0;
--patina-green:#b5e7b1;
--sea-cliff:#a3c7e0;
}