Color names in this palette
CSS code for this palette
/* CSS */
.lakeview {
color: #7f9a9f;
}
.blue-agave {
color: #b1c6c8;
}
.light-chiffon {
color: #f5e8e5;
}
.smoked-ham {
color: #f2b682;
}
.silithus-brown {
color: #d77c60;
}
/* CSS Variables */
:root {
--lakeview:#7f9a9f;
--blue-agave:#b1c6c8;
--light-chiffon:#f5e8e5;
--smoked-ham:#f2b682;
--silithus-brown:#d77c60;
}