Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6b5e8d;
}
.viola-grey {
color: #8e6a9a;
}
.east-side {
color: #a68cba;
}
.rhubarb-gin {
color: #d7a8c2;
}
.mountain-laurel {
color: #f4c8d1;
}
/* CSS Variables */
:root {
--kimberly:#6b5e8d;
--viola-grey:#8e6a9a;
--east-side:#a68cba;
--rhubarb-gin:#d7a8c2;
--mountain-laurel:#f4c8d1;
}