Color names in this palette
CSS code for this palette
/* CSS */
.filthy-brown {
color: #e6af0a;
}
.zucchini-flower {
color: #e8a64f;
}
.play-school {
color: #d25a1e;
}
.meadow-mauve {
color: #b45f8e;
}
.cadmium-violet {
color: #7a3d99;
}
/* CSS Variables */
:root {
--filthy-brown:#e6af0a;
--zucchini-flower:#e8a64f;
--play-school:#d25a1e;
--meadow-mauve:#b45f8e;
--cadmium-violet:#7a3d99;
}