Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.forsythia-blossom {
color: #f6d86a;
}
.calla {
color: #f1e1b6;
}
.fresh-lettuce {
color: #b6d68f;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--puff-pastry-yellow:#fbcc8e;
--forsythia-blossom:#f6d86a;
--calla:#f1e1b6;
--fresh-lettuce:#b6d68f;
}