Color names in this palette
CSS code for this palette
/* CSS */
.imperial-palace {
color: #5f507c;
}
.meadow-mauve {
color: #a85d94;
}
.prettiest-pink {
color: #e6a2c2;
}
.salmon-eggs {
color: #f4d35d;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--imperial-palace:#5f507c;
--meadow-mauve:#a85d94;
--prettiest-pink:#e6a2c2;
--salmon-eggs:#f4d35d;
--kacey-s-pink:#e94e77;
}