Color names in this palette
CSS code for this palette
/* CSS */
.petite-orchid {
color: #db978f;
}
.chewing-gum {
color: #e4b0af;
}
.milkshake-pink {
color: #f2cfd2;
}
.tea-towel {
color: #c5a7c8;
}
.wonder-wish {
color: #a77b95;
}
/* CSS Variables */
:root {
--petite-orchid:#db978f;
--chewing-gum:#e4b0af;
--milkshake-pink:#f2cfd2;
--tea-towel:#c5a7c8;
--wonder-wish:#a77b95;
}