Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.mental-floss {
color: #e0b2c6;
}
.fireflies {
color: #f6d8a7;
}
.crunch {
color: #f3ba5e;
}
.thanksgiving {
color: #b66d49;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--mental-floss:#e0b2c6;
--fireflies:#f6d8a7;
--crunch:#f3ba5e;
--thanksgiving:#b66d49;
}