Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.secret-cove {
color: #698e9b;
}
.catarina-green {
color: #8cc0b2;
}
.sprout {
color: #b6c99c;
}
.hampton {
color: #e9d4a0;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--secret-cove:#698e9b;
--catarina-green:#8cc0b2;
--sprout:#b6c99c;
--hampton:#e9d4a0;
}