Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.phoenix-flames {
color: #ff9c1a;
}
.anna-banana {
color: #f7d74b;
}
.dingy-sticky-note {
color: #e2f5a3;
}
.st-patrick {
color: #2a8d4d;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--phoenix-flames:#ff9c1a;
--anna-banana:#f7d74b;
--dingy-sticky-note:#e2f5a3;
--st-patrick:#2a8d4d;
}