Color names in this palette
CSS code for this palette
/* CSS */
.pico-metal {
color: #c1c2c8;
}
.seastone {
color: #7c8b8d;
}
.hydro {
color: #4b737c;
}
.teaberry-blossom {
color: #b54d40;
}
.zucchini-flower {
color: #e8a84f;
}
/* CSS Variables */
:root {
--pico-metal:#c1c2c8;
--seastone:#7c8b8d;
--hydro:#4b737c;
--teaberry-blossom:#b54d40;
--zucchini-flower:#e8a84f;
}