Color names in this palette
CSS code for this palette
/* CSS */
.purple-toolbox {
color: #7666c7;
}
.lilac-breeze {
color: #a68cc5;
}
.tropical-violet {
color: #d3a4e0;
}
.dream-land {
color: #f1b1e7;
}
.cherished-one {
color: #ff8f8f;
}
/* CSS Variables */
:root {
--purple-toolbox:#7666c7;
--lilac-breeze:#a68cc5;
--tropical-violet:#d3a4e0;
--dream-land:#f1b1e7;
--cherished-one:#ff8f8f;
}