Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.causeway {
color: #6e7b91;
}
.dancing-in-the-rain {
color: #aac5d5;
}
.oyster-bisque {
color: #f1e5b1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--causeway:#6e7b91;
--dancing-in-the-rain:#aac5d5;
--oyster-bisque:#f1e5b1;
--shrimp-cocktail:#f4a462;
}