Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f9cdae;
}
.stucco-wall {
color: #f3b19b;
}
.blush {
color: #f09d8e;
}
.melon-mist {
color: #eb7a91;
}
.carmine-rose {
color: #e0528d;
}
/* CSS Variables */
:root {
--whipped-peach:#f9cdae;
--stucco-wall:#f3b19b;
--blush:#f09d8e;
--melon-mist:#eb7a91;
--carmine-rose:#e0528d;
}