Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b8e0;
}
.ibis {
color: #f3afc0;
}
.venetian-yellow {
color: #f7e4a1;
}
.nevada-sky {
color: #a0d8e4;
}
.shrimp-toast {
color: #f9c69f;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b8e0;
--ibis:#f3afc0;
--venetian-yellow:#f7e4a1;
--nevada-sky:#a0d8e4;
--shrimp-toast:#f9c69f;
}