Color names in this palette
CSS code for this palette
/* CSS */
.bossa-nova {
color: #4b3d4d;
}
.nymph-s-delight {
color: #7b6a8a;
}
.yolanda {
color: #a593b8;
}
.pretty-petunia {
color: #d9b6e2;
}
.mountain-laurel {
color: #f5c7d7;
}
/* CSS Variables */
:root {
--bossa-nova:#4b3d4d;
--nymph-s-delight:#7b6a8a;
--yolanda:#a593b8;
--pretty-petunia:#d9b6e2;
--mountain-laurel:#f5c7d7;
}