Color names in this palette
CSS code for this palette
/* CSS */
.roseate-spoonbill {
color: #e0aec2;
}
.first-peach {
color: #f5c7c7;
}
.flan {
color: #f7e1b6;
}
.lotus-pod {
color: #e6d7c1;
}
.peach-ash {
color: #f1c3bc;
}
/* CSS Variables */
:root {
--roseate-spoonbill:#e0aec2;
--first-peach:#f5c7c7;
--flan:#f7e1b6;
--lotus-pod:#e6d7c1;
--peach-ash:#f1c3bc;
}