Color names in this palette
CSS code for this palette
/* CSS */
.kunzite {
color: #d9b5c5;
}
.feminine-fancy {
color: #c6a6d3;
}
.template {
color: #a3c4e6;
}
.chinese-lacquer {
color: #5ec5c5;
}
.anise-flower {
color: #f3e3b4;
}
/* CSS Variables */
:root {
--kunzite:#d9b5c5;
--feminine-fancy:#c6a6d3;
--template:#a3c4e6;
--chinese-lacquer:#5ec5c5;
--anise-flower:#f3e3b4;
}