Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.brilliant-beige {
color: #f2c5b5;
}
.berry-popsicle {
color: #d6a4d0;
}
.periwinkle-sky {
color: #89b8d7;
}
.southern-belle {
color: #a3d7c2;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--brilliant-beige:#f2c5b5;
--berry-popsicle:#d6a4d0;
--periwinkle-sky:#89b8d7;
--southern-belle:#a3d7c2;
}