Color names in this palette
CSS code for this palette
/* CSS */
.ghostly-purple {
color: #7e5b95;
}
.mauve-orchid {
color: #a76c8e;
}
.pinkish-tan {
color: #d69a85;
}
.hazy-moon {
color: #f1dca2;
}
.garbanzo-bean {
color: #f2d6a6;
}
/* CSS Variables */
:root {
--ghostly-purple:#7e5b95;
--mauve-orchid:#a76c8e;
--pinkish-tan:#d69a85;
--hazy-moon:#f1dca2;
--garbanzo-bean:#f2d6a6;
}