Color names in this palette
CSS code for this palette
/* CSS */
.pink-jazz {
color: #9e6b8d;
}
.lavender-blessing {
color: #d3b6c4;
}
.queen-pink {
color: #e7cbd5;
}
.orange-confection {
color: #f5e2d1;
}
.salmon-beauty {
color: #f9c7b4;
}
/* CSS Variables */
:root {
--pink-jazz:#9e6b8d;
--lavender-blessing:#d3b6c4;
--queen-pink:#e7cbd5;
--orange-confection:#f5e2d1;
--salmon-beauty:#f9c7b4;
}