Color names in this palette
CSS code for this palette
/* CSS */
.posy {
color: #f4e1d2;
}
.pretty-petunia {
color: #dab7e1;
}
.lush-lilac {
color: #a37dba;
}
.sumire-violet {
color: #6e5ca3;
}
.nightly-blade {
color: #5b7e9a;
}
/* CSS Variables */
:root {
--posy:#f4e1d2;
--pretty-petunia:#dab7e1;
--lush-lilac:#a37dba;
--sumire-violet:#6e5ca3;
--nightly-blade:#5b7e9a;
}