Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4a3d76;
}
.kimberly {
color: #6c5b8b;
}
.rhubarb-gin {
color: #d9a6c1;
}
.peach-temptation {
color: #f4c3b3;
}
.honey-tone {
color: #f9d99a;
}
/* CSS Variables */
:root {
--deep-wisteria:#4a3d76;
--kimberly:#6c5b8b;
--rhubarb-gin:#d9a6c1;
--peach-temptation:#f4c3b3;
--honey-tone:#f9d99a;
}