Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d19fc2;
}
.cut-velvet {
color: #b38cca;
}
.clear-mauve {
color: #7d6aaf;
}
.liberty {
color: #4b4ea0;
}
.blue-dahlia {
color: #3f5c9d;
}
/* CSS Variables */
:root {
--geranium-bud:#d19fc2;
--cut-velvet:#b38cca;
--clear-mauve:#7d6aaf;
--liberty:#4b4ea0;
--blue-dahlia:#3f5c9d;
}