Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f3c0a5;
}
.bussell-lace {
color: #e3a1a2;
}
.pressed-flower {
color: #d68fbb;
}
.high-style {
color: #a6b3d9;
}
.thredbo {
color: #73c1d9;
}
/* CSS Variables */
:root {
--neighborly-peach:#f3c0a5;
--bussell-lace:#e3a1a2;
--pressed-flower:#d68fbb;
--high-style:#a6b3d9;
--thredbo:#73c1d9;
}