Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.shrimp-toast {
color: #f6c4a2;
}
.pie-crust {
color: #f4d89f;
}
.frugal {
color: #a4d6b3;
}
.blue-brocade {
color: #6db9d5;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--shrimp-toast:#f6c4a2;
--pie-crust:#f4d89f;
--frugal:#a4d6b3;
--blue-brocade:#6db9d5;
}