Color names in this palette
CSS code for this palette
/* CSS */
.hello-spring {
color: #3ddb6d;
}
.turquoise-sea {
color: #6ad8e2;
}
.portage {
color: #8a9ae0;
}
.butter-cream {
color: #f1b341;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--hello-spring:#3ddb6d;
--turquoise-sea:#6ad8e2;
--portage:#8a9ae0;
--butter-cream:#f1b341;
--shocking-orange:#ff6d1f;
}