Color names in this palette
CSS code for this palette
/* CSS */
.african-violet {
color: #ad83b9;
}
.glamour {
color: #d79da9;
}
.darling-clementine {
color: #cf9b7d;
}
.germania {
color: #dcc67f;
}
.curry {
color: #d7a033;
}
/* CSS Variables */
:root {
--african-violet:#ad83b9;
--glamour:#d79da9;
--darling-clementine:#cf9b7d;
--germania:#dcc67f;
--curry:#d7a033;
}