Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.bermudagrass {
color: #6abf69;
}
.lush-paradise {
color: #2f7f33;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--bermudagrass:#6abf69;
--lush-paradise:#2f7f33;
}