Color names in this palette
CSS code for this palette
/* CSS */
.fringy-flower {
color: #b6e2b6;
}
.peach-patch {
color: #f4d69f;
}
.french-lilac {
color: #e1b7d5;
}
.template {
color: #a6c7e7;
}
.bellini {
color: #f7c9b0;
}
/* CSS Variables */
:root {
--fringy-flower:#b6e2b6;
--peach-patch:#f4d69f;
--french-lilac:#e1b7d5;
--template:#a6c7e7;
--bellini:#f7c9b0;
}