Color names in this palette
CSS code for this palette
/* CSS */
.sugar-cookie {
color: #f0e2a3;
}
.stately-frills {
color: #c4bfc3;
}
.luxe-lilac {
color: #a7a2b4;
}
.boudoir-blue {
color: #7ba6d1;
}
.mirage-lake {
color: #4c9090;
}
/* CSS Variables */
:root {
--sugar-cookie:#f0e2a3;
--stately-frills:#c4bfc3;
--luxe-lilac:#a7a2b4;
--boudoir-blue:#7ba6d1;
--mirage-lake:#4c9090;
}