Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.allspice {
color: #f4cca9;
}
.james-blonde {
color: #f1e2b6;
}
.light-blue-glint {
color: #a8d5e1;
}
.coastal-waters {
color: #7cb3da;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--allspice:#f4cca9;
--james-blonde:#f1e2b6;
--light-blue-glint:#a8d5e1;
--coastal-waters:#7cb3da;
}