Color names in this palette
CSS code for this palette
/* CSS */
.her-highness {
color: #402a6f;
}
.midnight-sea {
color: #5c5d8a;
}
.wildflower {
color: #8e7c9c;
}
.almond-latte {
color: #d8c0a2;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--her-highness:#402a6f;
--midnight-sea:#5c5d8a;
--wildflower:#8e7c9c;
--almond-latte:#d8c0a2;
--shrimp-cocktail:#f4a462;
}