Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.petrol-green {
color: #4f9c8a;
}
.banana-chalk {
color: #d7e05c;
}
.phellodendron-amurense {
color: #f5bf38;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--petrol-green:#4f9c8a;
--banana-chalk:#d7e05c;
--phellodendron-amurense:#f5bf38;
--sun-orange:#f47b1f;
}