Color names in this palette
CSS code for this palette
/* CSS */
.milkshake-pink {
color: #f2cad2;
}
.chantilly {
color: #eab8c9;
}
.apple-infusion {
color: #e0a9b6;
}
.moonlight-mauve {
color: #c87ea1;
}
.guppy-violet {
color: #a85d82;
}
/* CSS Variables */
:root {
--milkshake-pink:#f2cad2;
--chantilly:#eab8c9;
--apple-infusion:#e0a9b6;
--moonlight-mauve:#c87ea1;
--guppy-violet:#a85d82;
}