Color names in this palette
CSS code for this palette
/* CSS */
.peachy-bon-bon {
color: #ffd2b8;
}
.buttery-salmon {
color: #ffb19e;
}
.alexandria {
color: #ff8c75;
}
.grapefruit {
color: #ff5c5c;
}
.pelati {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--peachy-bon-bon:#ffd2b8;
--buttery-salmon:#ffb19e;
--alexandria:#ff8c75;
--grapefruit:#ff5c5c;
--pelati:#ff2e2e;
}