Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.sun-drenched {
color: #fee9a4;
}
.yucca-cream {
color: #a4d6c8;
}
.botanical-tint {
color: #a9e5d1;
}
.cave-lake {
color: #4fb5c4;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--sun-drenched:#fee9a4;
--yucca-cream:#a4d6c8;
--botanical-tint:#a9e5d1;
--cave-lake:#4fb5c4;
}