Color names in this palette
CSS code for this palette
/* CSS */
.butter-muffin {
color: #f7deb1;
}
.toasted-coconut {
color: #e8c2a1;
}
.bubble-shell {
color: #d6a39a;
}
.beach-lilac {
color: #bea4c1;
}
.light-pretty-pale {
color: #ebd6e0;
}
/* CSS Variables */
:root {
--butter-muffin:#f7deb1;
--toasted-coconut:#e8c2a1;
--bubble-shell:#d6a39a;
--beach-lilac:#bea4c1;
--light-pretty-pale:#ebd6e0;
}