Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6a5c8a;
}
.purple-mountains-majesty {
color: #9a7ebe;
}
.spring-wisteria {
color: #d2a3e0;
}
.jaguar-rose {
color: #f0b3b2;
}
.aspen-yellow {
color: #f7e0a1;
}
/* CSS Variables */
:root {
--kimberly:#6a5c8a;
--purple-mountains-majesty:#9a7ebe;
--spring-wisteria:#d2a3e0;
--jaguar-rose:#f0b3b2;
--aspen-yellow:#f7e0a1;
}