Color names in this palette
CSS code for this palette
/* CSS */
.pico-eggplant {
color: #7b2353;
}
.cherry-berry {
color: #9b4b68;
}
.crushed-raspberry {
color: #b26c80;
}
.savory-salmon {
color: #d29a93;
}
.retro-peach {
color: #e8c0b0;
}
/* CSS Variables */
:root {
--pico-eggplant:#7b2353;
--cherry-berry:#9b4b68;
--crushed-raspberry:#b26c80;
--savory-salmon:#d29a93;
--retro-peach:#e8c0b0;
}