Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.ginger-peach {
color: #f9d29f;
}
.lazy-daisy {
color: #f9eba4;
}
.reef-green {
color: #a6e2c6;
}
.coastal-waters {
color: #7cb9da;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--ginger-peach:#f9d29f;
--lazy-daisy:#f9eba4;
--reef-green:#a6e2c6;
--coastal-waters:#7cb9da;
}