Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.peach-temptation {
color: #f1c3b1;
}
.hidden-path {
color: #e5d6b8;
}
.fringy-flower {
color: #b1e2b6;
}
.salt-lake {
color: #6fc5d3;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--peach-temptation:#f1c3b1;
--hidden-path:#e5d6b8;
--fringy-flower:#b1e2b6;
--salt-lake:#6fc5d3;
}