Color names in this palette
CSS code for this palette
/* CSS */
.blue-intrigue {
color: #7f7c9c;
}
.wisteria-wise {
color: #b1a9d0;
}
.purity {
color: #d6c9e3;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.gemini-mustard-momento {
color: #f9a34e;
}
/* CSS Variables */
:root {
--blue-intrigue:#7f7c9c;
--wisteria-wise:#b1a9d0;
--purity:#d6c9e3;
--antique-wicker-basket:#f6d2a2;
--gemini-mustard-momento:#f9a34e;
}