Color names in this palette
CSS code for this palette
/* CSS */
.creamy-custard {
color: #f7e5bf;
}
.mystic-tulip {
color: #f7b5a1;
}
.pink-eraser {
color: #f29c9c;
}
.strawberry-milkshake {
color: #d66b89;
}
.magenta-violet {
color: #6e4f8c;
}
/* CSS Variables */
:root {
--creamy-custard:#f7e5bf;
--mystic-tulip:#f7b5a1;
--pink-eraser:#f29c9c;
--strawberry-milkshake:#d66b89;
--magenta-violet:#6e4f8c;
}