Color names in this palette
CSS code for this palette
/* CSS */
.japanese-rose-garden {
color: #e5b8c4;
}
.country-cottage {
color: #d9c2b5;
}
.bridgewater-bay {
color: #bad5e3;
}
.french-market {
color: #a3c69f;
}
.bone-white {
color: #f1e0b1;
}
/* CSS Variables */
:root {
--japanese-rose-garden:#e5b8c4;
--country-cottage:#d9c2b5;
--bridgewater-bay:#bad5e3;
--french-market:#a3c69f;
--bone-white:#f1e0b1;
}