Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sugar-high {
color: #f1c6e7;
}
.precious {
color: #f1d9b1;
}
.yellow-groove {
color: #f9b92f;
}
.guide-pink {
color: #e44e62;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sugar-high:#f1c6e7;
--precious:#f1d9b1;
--yellow-groove:#f9b92f;
--guide-pink:#e44e62;
}