Color names in this palette
CSS code for this palette
/* CSS */
.crystal-yellow {
color: #e4d8a0;
}
.helen-of-troy {
color: #c3b99d;
}
.apple-hill {
color: #a8a08f;
}
.carbon-footprint {
color: #7d7e8c;
}
.governor-bay {
color: #4d5b9d;
}
/* CSS Variables */
:root {
--crystal-yellow:#e4d8a0;
--helen-of-troy:#c3b99d;
--apple-hill:#a8a08f;
--carbon-footprint:#7d7e8c;
--governor-bay:#4d5b9d;
}