Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.pretty-petunia {
color: #d4b0e3;
}
.lavender {
color: #b476d5;
}
.nauseous-blue {
color: #4a3e89;
}
.lush-lilac {
color: #9f7cbb;
}
/* CSS Variables */
:root {
--black:#000000;
--pretty-petunia:#d4b0e3;
--lavender:#b476d5;
--nauseous-blue:#4a3e89;
--lush-lilac:#9f7cbb;
}