Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.affinity {
color: #ffd4a3;
}
.baby-chick {
color: #ffeba3;
}
.sea-glass-teal {
color: #a2e6da;
}
.vegetation {
color: #5cdb95;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--affinity:#ffd4a3;
--baby-chick:#ffeba3;
--sea-glass-teal:#a2e6da;
--vegetation:#5cdb95;
}