Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b3ae;
}
.fireflies {
color: #f6d8a7;
}
.meringue {
color: #f3e4b4;
}
.smooth-satin {
color: #a3d7d1;
}
.grant-village {
color: #6d8fb0;
}
/* CSS Variables */
:root {
--peach-bud:#f9b3ae;
--fireflies:#f6d8a7;
--meringue:#f3e4b4;
--smooth-satin:#a3d7d1;
--grant-village:#6d8fb0;
}