Color names in this palette
CSS code for this palette
/* CSS */
.favorite-lavender {
color: #d4a7d7;
}
.heart-potion {
color: #a97eb4;
}
.kimberly {
color: #6c5b8b;
}
.takaka {
color: #3e4a75;
}
.seafarer {
color: #1e4b6b;
}
/* CSS Variables */
:root {
--favorite-lavender:#d4a7d7;
--heart-potion:#a97eb4;
--kimberly:#6c5b8b;
--takaka:#3e4a75;
--seafarer:#1e4b6b;
}