Color names in this palette
CSS code for this palette
/* CSS */
.shearwater-black {
color: #5a5b6d;
}
.wisteria-light-soft-blue {
color: #a3a7c2;
}
.italian-fitch {
color: #d1c5e7;
}
.pretty-petunia {
color: #d7b6e2;
}
.beauty-queen {
color: #c45a8d;
}
/* CSS Variables */
:root {
--shearwater-black:#5a5b6d;
--wisteria-light-soft-blue:#a3a7c2;
--italian-fitch:#d1c5e7;
--pretty-petunia:#d7b6e2;
--beauty-queen:#c45a8d;
}