Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wind {
color: #f9d3b4;
}
.rose-mallow {
color: #f1a7c5;
}
.strawberry-shortcake {
color: #ff8a97;
}
.plasma-trail {
color: #d59eff;
}
.fennel-flower {
color: #6b9cff;
}
/* CSS Variables */
:root {
--autumn-wind:#f9d3b4;
--rose-mallow:#f1a7c5;
--strawberry-shortcake:#ff8a97;
--plasma-trail:#d59eff;
--fennel-flower:#6b9cff;
}