Color names in this palette
CSS code for this palette
/* CSS */
.succinct-violet {
color: #4f3d6c;
}
.purple-mountains-majesty {
color: #9b7dbf;
}
.new-violet {
color: #d6c1e1;
}
.first-date {
color: #f4b69f;
}
.cream-washed {
color: #f1e0c6;
}
/* CSS Variables */
:root {
--succinct-violet:#4f3d6c;
--purple-mountains-majesty:#9b7dbf;
--new-violet:#d6c1e1;
--first-date:#f4b69f;
--cream-washed:#f1e0c6;
}