Color names in this palette
CSS code for this palette
/* CSS */
.berry-riche {
color: #e6a2a7;
}
.brilliant-beige {
color: #f2c5b5;
}
.early-sunset {
color: #f4e4d7;
}
.e-honda-beige {
color: #f9d780;
}
.galley-gold {
color: #d5a95d;
}
/* CSS Variables */
:root {
--berry-riche:#e6a2a7;
--brilliant-beige:#f2c5b5;
--early-sunset:#f4e4d7;
--e-honda-beige:#f9d780;
--galley-gold:#d5a95d;
}