Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.bastard-amber {
color: #fbcb89;
}
.flavescent {
color: #f5e78e;
}
.eerie-glow {
color: #a7d7b8;
}
.polar-ice {
color: #6ea7d4;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--bastard-amber:#fbcb89;
--flavescent:#f5e78e;
--eerie-glow:#a7d7b8;
--polar-ice:#6ea7d4;
}