Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #ffb3d6;
}
.blush-hour {
color: #ff7092;
}
.french-fuchsia {
color: #ff3d8e;
}
.prickly-purple {
color: #a35cbc;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--lavender-candy:#ffb3d6;
--blush-hour:#ff7092;
--french-fuchsia:#ff3d8e;
--prickly-purple:#a35cbc;
--just-a-fairytale:#6b5b95;
}