Color names in this palette
CSS code for this palette
/* CSS */
.watercress-pesto {
color: #c7c6a3;
}
.palladium {
color: #b0b0b0;
}
.mortar-grey {
color: #9e9e9e;
}
.cool-lavender {
color: #b6a5a5;
}
.jupiter-brown {
color: #a88080;
}
/* CSS Variables */
:root {
--watercress-pesto:#c7c6a3;
--palladium:#b0b0b0;
--mortar-grey:#9e9e9e;
--cool-lavender:#b6a5a5;
--jupiter-brown:#a88080;
}