Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.tech-wave {
color: #4c7c9a;
}
.dry-highlighter-green {
color: #2ca02c;
}
.wake-me-up {
color: #f6d55a;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--tech-wave:#4c7c9a;
--dry-highlighter-green:#2ca02c;
--wake-me-up:#f6d55a;
--shocking-orange:#ff6d1f;
}