Color names in this palette
CSS code for this palette
/* CSS */
.lite-cocoa {
color: #b6988b;
}
.autumn-haze {
color: #d3c1b1;
}
.fuzzy-sheep {
color: #f0e8d1;
}
.pansy-posie {
color: #c3a7b4;
}
.ancient-prunus {
color: #5b3e3f;
}
/* CSS Variables */
:root {
--lite-cocoa:#b6988b;
--autumn-haze:#d3c1b1;
--fuzzy-sheep:#f0e8d1;
--pansy-posie:#c3a7b4;
--ancient-prunus:#5b3e3f;
}