Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f0c0a3;
}
.love-at-first-sight {
color: #e5a4b2;
}
.little-bow-pink {
color: #d77f99;
}
.dahlia-mauve {
color: #b65d8e;
}
.orchid-lei {
color: #9c4978;
}
/* CSS Variables */
:root {
--neighborly-peach:#f0c0a3;
--love-at-first-sight:#e5a4b2;
--little-bow-pink:#d77f99;
--dahlia-mauve:#b65d8e;
--orchid-lei:#9c4978;
}