Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #604b8b;
}
.usu-pink {
color: #ab7c9d;
}
.shrimp-cocktail {
color: #f4a662;
}
.weathered-blue {
color: #d2e1f9;
}
.azure-tide {
color: #2b9c8d;
}
/* CSS Variables */
:root {
--bright-eggplant:#604b8b;
--usu-pink:#ab7c9d;
--shrimp-cocktail:#f4a662;
--weathered-blue:#d2e1f9;
--azure-tide:#2b9c8d;
}