Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.peach-bud {
color: #f9b1ae;
}
.cotton-candy-aesthetic {
color: #f3b9e0;
}
.bright-ube {
color: #d6a1e8;
}
.lavender-blossom {
color: #b880db;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--peach-bud:#f9b1ae;
--cotton-candy-aesthetic:#f3b9e0;
--bright-ube:#d6a1e8;
--lavender-blossom:#b880db;
}