Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6b5b8b;
}
.wisteria {
color: #aa7dc5;
}
.sweetie-pie {
color: #e3b5e0;
}
.buttery-croissant {
color: #f7e09c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--kimberly:#6b5b8b;
--wisteria:#aa7dc5;
--sweetie-pie:#e3b5e0;
--buttery-croissant:#f7e09c;
--grapefruit-pulp:#ff6e61;
}