Color names in this palette
CSS code for this palette
/* CSS */
.cabbage-blossom-violet {
color: #6e4d7a;
}
.choral-singer {
color: #b67c94;
}
.calabrese {
color: #f1a8a2;
}
.paw-paw {
color: #f8d49b;
}
.shaded-sun {
color: #f6e9a7;
}
/* CSS Variables */
:root {
--cabbage-blossom-violet:#6e4d7a;
--choral-singer:#b67c94;
--calabrese:#f1a8a2;
--paw-paw:#f8d49b;
--shaded-sun:#f6e9a7;
}