Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-sheep {
color: #f0e8d1;
}
.figurine {
color: #e3d6c0;
}
.bauhaus-buff {
color: #cfb5a0;
}
.cyclamen-red {
color: #a45b8d;
}
.sparkling-grape {
color: #7c3b7d;
}
/* CSS Variables */
:root {
--fuzzy-sheep:#f0e8d1;
--figurine:#e3d6c0;
--bauhaus-buff:#cfb5a0;
--cyclamen-red:#a45b8d;
--sparkling-grape:#7c3b7d;
}