Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a9d3e0;
}
.chai-latte {
color: #f6c9a2;
}
.mandys-pink {
color: #f6b798;
}
.dusk-orange {
color: #f74b3b;
}
.sumptuous-purple {
color: #5d4e7e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a9d3e0;
--chai-latte:#f6c9a2;
--mandys-pink:#f6b798;
--dusk-orange:#f74b3b;
--sumptuous-purple:#5d4e7e;
}