Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.coral-bisque {
color: #f6c5b1;
}
.stone-fruit {
color: #f2a48c;
}
.happy-hearts {
color: #d66161;
}
.magenta-memoir {
color: #b55a9b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--coral-bisque:#f6c5b1;
--stone-fruit:#f2a48c;
--happy-hearts:#d66161;
--magenta-memoir:#b55a9b;
}