Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d1c2e0;
}
.wisteria {
color: #a67cbb;
}
.taffy-pink {
color: #f8a5c8;
}
.imam-ali-gold {
color: #f9e19a;
}
.kobold-pink {
color: #f1d0d0;
}
/* CSS Variables */
:root {
--fresh-heather:#d1c2e0;
--wisteria:#a67cbb;
--taffy-pink:#f8a5c8;
--imam-ali-gold:#f9e19a;
--kobold-pink:#f1d0d0;
}