Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f6e4b6;
}
.neighborly-peach {
color: #f1c0a2;
}
.coral-bead {
color: #f29b91;
}
.porcelain-rose {
color: #e76a6a;
}
.spiced-coral {
color: #d84f54;
}
/* CSS Variables */
:root {
--barley-white:#f6e4b6;
--neighborly-peach:#f1c0a2;
--coral-bead:#f29b91;
--porcelain-rose:#e76a6a;
--spiced-coral:#d84f54;
}