Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3d99;
}
.milky-lavender {
color: #af9fd1;
}
.cherry-blossom {
color: #f3bfd7;
}
.khaki-core {
color: #f9e5ae;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3d99;
--milky-lavender:#af9fd1;
--cherry-blossom:#f3bfd7;
--khaki-core:#f9e5ae;
--poppy-surprise:#ff5833;
}