Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7da;
}
.ibis {
color: #f5b2c1;
}
.shrimp-toast {
color: #f8c6a0;
}
.durango-dust {
color: #f9e49f;
}
.burgundy-grey {
color: #d6e0a3;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7da;
--ibis:#f5b2c1;
--shrimp-toast:#f8c6a0;
--durango-dust:#f9e49f;
--burgundy-grey:#d6e0a3;
}