Color names in this palette
CSS code for this palette
/* CSS */
.pastel-lilac {
color: #c0b2d2;
}
.sweet-alyssum {
color: #e9c3e2;
}
.sun-dust {
color: #f5e2a3;
}
.goldfish {
color: #f2b05f;
}
.thanksgiving {
color: #b86e4c;
}
/* CSS Variables */
:root {
--pastel-lilac:#c0b2d2;
--sweet-alyssum:#e9c3e2;
--sun-dust:#f5e2a3;
--goldfish:#f2b05f;
--thanksgiving:#b86e4c;
}