Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.green-fiasco {
color: #b0eb00;
}
.maldives {
color: #00bdd6;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--green-fiasco:#b0eb00;
--maldives:#00bdd6;
}