Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.canter-peach {
color: #f7d5bb;
}
.whipped-peach {
color: #f9cfae;
}
.rozowy-pink {
color: #f6a7b7;
}
.kiss {
color: #d185aa;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--canter-peach:#f7d5bb;
--whipped-peach:#f9cfae;
--rozowy-pink:#f6a7b7;
--kiss:#d185aa;
}