Color names in this palette
CSS code for this palette
/* CSS */
.my-love {
color: #e1c6a8;
}
.white-acorn {
color: #d8a78d;
}
.love-bird {
color: #b95b66;
}
.magenta-haze {
color: #a34d74;
}
.perkin-mauve {
color: #6e3f92;
}
/* CSS Variables */
:root {
--my-love:#e1c6a8;
--white-acorn:#d8a78d;
--love-bird:#b95b66;
--magenta-haze:#a34d74;
--perkin-mauve:#6e3f92;
}