Color names in this palette
CSS code for this palette
/* CSS */
.flash-in-the-pan {
color: #ff997a;
}
.apricot-glow {
color: #ffcc7a;
}
.light-yellow {
color: #ffff7a;
}
.lunatic-sky-dancer {
color: #7aff99;
}
.fennel-flower {
color: #7aafff;
}
/* CSS Variables */
:root {
--flash-in-the-pan:#ff997a;
--apricot-glow:#ffcc7a;
--light-yellow:#ffff7a;
--lunatic-sky-dancer:#7aff99;
--fennel-flower:#7aafff;
}