Color names in this palette
CSS code for this palette
/* CSS */
.berry-frapp {
color: #b09fc6;
}
.fragrant-satchel {
color: #a59ab7;
}
.wildflower {
color: #8e7c9c;
}
.bright-eggplant {
color: #5f4b8b;
}
.galactic-purple {
color: #3d2a92;
}
/* CSS Variables */
:root {
--berry-frapp:#b09fc6;
--fragrant-satchel:#a59ab7;
--wildflower:#8e7c9c;
--bright-eggplant:#5f4b8b;
--galactic-purple:#3d2a92;
}