Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f6d3a2;
}
.poppy-petal {
color: #f6a088;
}
.salmon-pok-bowl {
color: #f27c78;
}
.mandarin-red {
color: #e74d3c;
}
.dogwood-rose {
color: #da1b61;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f6d3a2;
--poppy-petal:#f6a088;
--salmon-pok-bowl:#f27c78;
--mandarin-red:#e74d3c;
--dogwood-rose:#da1b61;
}