Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f9e0a4;
}
.pink-fit {
color: #f2a6b1;
}
.sweet-alyssum {
color: #e7c5e1;
}
.terrace-pool {
color: #a3d7e0;
}
.lattice-work {
color: #b5e3c4;
}
/* CSS Variables */
:root {
--sun-dust:#f9e0a4;
--pink-fit:#f2a6b1;
--sweet-alyssum:#e7c5e1;
--terrace-pool:#a3d7e0;
--lattice-work:#b5e3c4;
}