Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.meat {
color: #f37e7c;
}
.rosy-outlook {
color: #f6a79d;
}
.forsythia-blossom {
color: #f6d66f;
}
.popcorn {
color: #f9d37b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--meat:#f37e7c;
--rosy-outlook:#f6a79d;
--forsythia-blossom:#f6d66f;
--popcorn:#f9d37b;
}