Color names in this palette
CSS code for this palette
/* CSS */
.canter-peach {
color: #f7d5bb;
}
.modestly-peach {
color: #f0a29e;
}
.loveland {
color: #e86d8e;
}
.moonlight-melody {
color: #b86bb5;
}
.gladiola-violet {
color: #6d507c;
}
/* CSS Variables */
:root {
--canter-peach:#f7d5bb;
--modestly-peach:#f0a29e;
--loveland:#e86d8e;
--moonlight-melody:#b86bb5;
--gladiola-violet:#6d507c;
}