Color names in this palette
CSS code for this palette
/* CSS */
.cure-all {
color: #a5698b;
}
.viola-sororia {
color: #baa2be;
}
.frosted-grape {
color: #d4c4d2;
}
.frozen-statues {
color: #e2e0e5;
}
.foamy-milk {
color: #f6f2f7;
}
/* CSS Variables */
:root {
--cure-all:#a5698b;
--viola-sororia:#baa2be;
--frosted-grape:#d4c4d2;
--frozen-statues:#e2e0e5;
--foamy-milk:#f6f2f7;
}