Color names in this palette
CSS code for this palette
/* CSS */
.pastry-shell {
color: #b37d5b;
}
.california-chamois {
color: #e6b56b;
}
.peach-patch {
color: #f1d5a2;
}
.barium {
color: #f3e1c4;
}
.monaco {
color: #a9d2e5;
}
/* CSS Variables */
:root {
--pastry-shell:#b37d5b;
--california-chamois:#e6b56b;
--peach-patch:#f1d5a2;
--barium:#f3e1c4;
--monaco:#a9d2e5;
}