Color names in this palette
CSS code for this palette
/* CSS */
.legacy {
color: #5e5c66;
}
.mountbatten-pink {
color: #997a8d;
}
.geranium-bud {
color: #d3a1c5;
}
.pretty-in-pink {
color: #f5c2e8;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--legacy:#5e5c66;
--mountbatten-pink:#997a8d;
--geranium-bud:#d3a1c5;
--pretty-in-pink:#f5c2e8;
--delightful-peach:#ffebd1;
}