Color names in this palette
CSS code for this palette
/* CSS */
.brandywine-spritz {
color: #e59fb0;
}
.budding-peach {
color: #f2d5c0;
}
.hawkbit {
color: #ffdc6b;
}
.hot-sun {
color: #f7b32b;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--brandywine-spritz:#e59fb0;
--budding-peach:#f2d5c0;
--hawkbit:#ffdc6b;
--hot-sun:#f7b32b;
--mandarin-red:#e8493b;
}