Color names in this palette
CSS code for this palette
/* CSS */
.berry-riche {
color: #e6a2ab;
}
.neighborly-peach {
color: #f3c0a5;
}
.gentle-glow {
color: #f7e6bb;
}
.dingy-sticky-note {
color: #e7f2a6;
}
.southern-belle {
color: #a3d7c4;
}
/* CSS Variables */
:root {
--berry-riche:#e6a2ab;
--neighborly-peach:#f3c0a5;
--gentle-glow:#f7e6bb;
--dingy-sticky-note:#e7f2a6;
--southern-belle:#a3d7c4;
}