Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-plum {
color: #d0588c;
}
.tickled-pink {
color: #f0a8c1;
}
.brittany-s-bow {
color: #f5d6e0;
}
.shrimp-toast {
color: #f9c59f;
}
.braided-mat {
color: #e8b678;
}
/* CSS Variables */
:root {
--pretty-in-plum:#d0588c;
--tickled-pink:#f0a8c1;
--brittany-s-bow:#f5d6e0;
--shrimp-toast:#f9c59f;
--braided-mat:#e8b678;
}