Color names in this palette
CSS code for this palette
/* CSS */
.peach-ash {
color: #eec1be;
}
.pink-dogwood {
color: #f7d1cf;
}
.rozowy-pink {
color: #f1a7b9;
}
.prominent-pink {
color: #d89dc3;
}
.radiant-orchid {
color: #a95b9d;
}
/* CSS Variables */
:root {
--peach-ash:#eec1be;
--pink-dogwood:#f7d1cf;
--rozowy-pink:#f1a7b9;
--prominent-pink:#d89dc3;
--radiant-orchid:#a95b9d;
}