Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.china-doll {
color: #f2e3d4;
}
.rainbow {
color: #f6bcbc;
}
.golden-raspberry {
color: #f6d979;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--china-doll:#f2e3d4;
--rainbow:#f6bcbc;
--golden-raspberry:#f6d979;
--lolly:#ff9c8f;
}