Color names in this palette
CSS code for this palette
/* CSS */
.simply-violet {
color: #a9a4d6;
}
.promise-keeping {
color: #b4c6e9;
}
.pretty-petunia {
color: #d3b2e0;
}
.fulgrim-pink {
color: #f5b2d0;
}
.in-the-pink {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--simply-violet:#a9a4d6;
--promise-keeping:#b4c6e9;
--pretty-petunia:#d3b2e0;
--fulgrim-pink:#f5b2d0;
--in-the-pink:#f2c5d3;
}