Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sweetheart {
color: #f4c3d6;
}
.dainty-debutante {
color: #f5bbb2;
}
.gold-sand {
color: #f8e5aa;
}
.gemini-mustard-momento {
color: #f9a34e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sweetheart:#f4c3d6;
--dainty-debutante:#f5bbb2;
--gold-sand:#f8e5aa;
--gemini-mustard-momento:#f9a34e;
}