Color names in this palette
CSS code for this palette
/* CSS */
.cure-all {
color: #a76c8b;
}
.blackberry-sorbet {
color: #c4a6b7;
}
.pretty-pale {
color: #e5c7d3;
}
.milkshake-pink {
color: #f2cfd2;
}
.first-impression {
color: #f5e5e7;
}
/* CSS Variables */
:root {
--cure-all:#a76c8b;
--blackberry-sorbet:#c4a6b7;
--pretty-pale:#e5c7d3;
--milkshake-pink:#f2cfd2;
--first-impression:#f5e5e7;
}