Color names in this palette
CSS code for this palette
/* CSS */
.deep-lavender {
color: #595d82;
}
.unimaginable {
color: #8c80bc;
}
.melrose {
color: #bfb3e0;
}
.scented-spring {
color: #f1d5f0;
}
.amaranth-pink {
color: #f39bba;
}
/* CSS Variables */
:root {
--deep-lavender:#595d82;
--unimaginable:#8c80bc;
--melrose:#bfb3e0;
--scented-spring:#f1d5f0;
--amaranth-pink:#f39bba;
}