Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.gumball {
color: #e2b1d5;
}
.soft-butter {
color: #f5e2b8;
}
.biscotti {
color: #d7c4a8;
}
.fennel {
color: #8fcc9b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--gumball:#e2b1d5;
--soft-butter:#f5e2b8;
--biscotti:#d7c4a8;
--fennel:#8fcc9b;
}