Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #693d8f;
}
.empire-violet {
color: #8f5ea6;
}
.creeping-bellflower {
color: #b78cc0;
}
.parrot-tulip {
color: #f0c1d6;
}
.sango-pink {
color: #f8b3af;
}
/* CSS Variables */
:root {
--sweet-flag:#693d8f;
--empire-violet:#8f5ea6;
--creeping-bellflower:#b78cc0;
--parrot-tulip:#f0c1d6;
--sango-pink:#f8b3af;
}