Color names in this palette
CSS code for this palette
/* CSS */
.dear-reader {
color: #f5f3e5;
}
.grass-skirt {
color: #e1d9c1;
}
.soft-putty {
color: #c1bba4;
}
.wetland-stone {
color: #a39f80;
}
.playing-hooky {
color: #8c8b6e;
}
/* CSS Variables */
:root {
--dear-reader:#f5f3e5;
--grass-skirt:#e1d9c1;
--soft-putty:#c1bba4;
--wetland-stone:#a39f80;
--playing-hooky:#8c8b6e;
}