Color names in this palette
CSS code for this palette
/* CSS */
.mixed-fruit {
color: #f9b7b4;
}
.scalloped-oak {
color: #f3d0a0;
}
.oyster-bisque {
color: #f1e5b1;
}
.botanical-tint {
color: #a6e2d6;
}
.deluxe-days {
color: #8ecae6;
}
/* CSS Variables */
:root {
--mixed-fruit:#f9b7b4;
--scalloped-oak:#f3d0a0;
--oyster-bisque:#f1e5b1;
--botanical-tint:#a6e2d6;
--deluxe-days:#8ecae6;
}