Color names in this palette
CSS code for this palette
/* CSS */
.serene-peach {
color: #f4d3b8;
}
.warming-peach {
color: #e3b8a1;
}
.shanghai-peach {
color: #d49a8c;
}
.yum-raw-spam {
color: #c68d76;
}
.cider-spice {
color: #b27d66;
}
/* CSS Variables */
:root {
--serene-peach:#f4d3b8;
--warming-peach:#e3b8a1;
--shanghai-peach:#d49a8c;
--yum-raw-spam:#c68d76;
--cider-spice:#b27d66;
}