Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f8e8b9;
}
.neighborly-peach {
color: #f1c3a2;
}
.mellow-rose {
color: #d8a4a2;
}
.foxglove {
color: #b77b89;
}
.butterfly-bush {
color: #6a5b8b;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f8e8b9;
--neighborly-peach:#f1c3a2;
--mellow-rose:#d8a4a2;
--foxglove:#b77b89;
--butterfly-bush:#6a5b8b;
}