Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.sun-dust {
color: #f6e0a2;
}
.fringy-flower {
color: #b7e1b9;
}
.winsome-hue {
color: #a6d7e2;
}
.wisteria-blue {
color: #819dda;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--sun-dust:#f6e0a2;
--fringy-flower:#b7e1b9;
--winsome-hue:#a6d7e2;
--wisteria-blue:#819dda;
}