Color names in this palette
CSS code for this palette
/* CSS */
.autumn-arrival {
color: #f89b6d;
}
.naked-noodle {
color: #f8cc6d;
}
.yellow-lupine {
color: #c9ab4f;
}
.orchid-haze {
color: #af889c;
}
.historic-cream {
color: #fcf3e3;
}
/* CSS Variables */
:root {
--autumn-arrival:#f89b6d;
--naked-noodle:#f8cc6d;
--yellow-lupine:#c9ab4f;
--orchid-haze:#af889c;
--historic-cream:#fcf3e3;
}