Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.emperor-s-children {
color: #f1a2b3;
}
.pretty-pink-piggy {
color: #f3aad8;
}
.bright-ube {
color: #d7a4e5;
}
.sweet-dreams {
color: #a0c4e9;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--emperor-s-children:#f1a2b3;
--pretty-pink-piggy:#f3aad8;
--bright-ube:#d7a4e5;
--sweet-dreams:#a0c4e9;
}