Color names in this palette
CSS code for this palette
/* CSS */
.solarized {
color: #f6d14c;
}
.zucchini-flower {
color: #e9a84e;
}
.serape {
color: #d68d4c;
}
.tile-red {
color: #c7694d;
}
.holly-berry {
color: #b54f5b;
}
/* CSS Variables */
:root {
--solarized:#f6d14c;
--zucchini-flower:#e9a84e;
--serape:#d68d4c;
--tile-red:#c7694d;
--holly-berry:#b54f5b;
}