Color names in this palette
CSS code for this palette
/* CSS */
.queen-pink {
color: #e7cad5;
}
.violet-kiss {
color: #f4a4cc;
}
.wonder-lust {
color: #f28c9d;
}
.orangeville {
color: #e66d5b;
}
.cinnamon-stone {
color: #c8513c;
}
/* CSS Variables */
:root {
--queen-pink:#e7cad5;
--violet-kiss:#f4a4cc;
--wonder-lust:#f28c9d;
--orangeville:#e66d5b;
--cinnamon-stone:#c8513c;
}