Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-electress {
color: #6c9fcb;
}
.viva-magenta {
color: #a44c8d;
}
.antique-cameo {
color: #f0b6a3;
}
.dough-yellow {
color: #f7d2b6;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-electress:#6c9fcb;
--viva-magenta:#a44c8d;
--antique-cameo:#f0b6a3;
--dough-yellow:#f7d2b6;
}