Color names in this palette
CSS code for this palette
/* CSS */
.lavender-lustre {
color: #899bc2;
}
.sea-cliff {
color: #a3c7e0;
}
.minute-mauve {
color: #f2e2f3;
}
.pretty-petunia {
color: #d6b2e6;
}
.creeping-bellflower {
color: #b57ec9;
}
/* CSS Variables */
:root {
--lavender-lustre:#899bc2;
--sea-cliff:#a3c7e0;
--minute-mauve:#f2e2f3;
--pretty-petunia:#d6b2e6;
--creeping-bellflower:#b57ec9;
}