Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f7e1b6;
}
.vespa-yellow {
color: #f4d19f;
}
.neighborly-peach {
color: #f1c3a2;
}
.warming-peach {
color: #e6b9a2;
}
.pinkish-tan {
color: #d69c85;
}
/* CSS Variables */
:root {
--flan:#f7e1b6;
--vespa-yellow:#f4d19f;
--neighborly-peach:#f1c3a2;
--warming-peach:#e6b9a2;
--pinkish-tan:#d69c85;
}