Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a6a7d9;
}
.genevieve {
color: #c0c3e3;
}
.iris-ice {
color: #dfe1f1;
}
.m-white {
color: #f5f7ff;
}
.star-jasmine {
color: #d6d9e6;
}
/* CSS Variables */
:root {
--childish-wonder:#a6a7d9;
--genevieve:#c0c3e3;
--iris-ice:#dfe1f1;
--m-white:#f5f7ff;
--star-jasmine:#d6d9e6;
}