Color names in this palette
CSS code for this palette
/* CSS */
.passion-flower {
color: #6d509b;
}
.ornate {
color: #7f6a9a;
}
.withered-rose {
color: #a3666a;
}
.credo {
color: #d6ba3d;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--passion-flower:#6d509b;
--ornate:#7f6a9a;
--withered-rose:#a3666a;
--credo:#d6ba3d;
--welcoming-wasp:#f0a800;
}