Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.serene-pink {
color: #f7c4bb;
}
.indian-clay {
color: #f3cebf;
}
.menoth-white-base {
color: #f2e6ba;
}
.daydream {
color: #e2ebad;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--serene-pink:#f7c4bb;
--indian-clay:#f3cebf;
--menoth-white-base:#f2e6ba;
--daydream:#e2ebad;
}