Color names in this palette
CSS code for this palette
/* CSS */
.desert-flower {
color: #ff8e80;
}
.buff-yellow {
color: #f2b769;
}
.orchid-hue {
color: #e5e89c;
}
.shanghai-jade {
color: #a4dab9;
}
.bluesy-note {
color: #7d9cba;
}
/* CSS Variables */
:root {
--desert-flower:#ff8e80;
--buff-yellow:#f2b769;
--orchid-hue:#e5e89c;
--shanghai-jade:#a4dab9;
--bluesy-note:#7d9cba;
}