Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.parrot-tulip {
color: #f0c1d3;
}
.english-rose {
color: #f4c7c3;
}
.mixed-fruit {
color: #f9b9b4;
}
.vinaceous {
color: #f69992;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--parrot-tulip:#f0c1d3;
--english-rose:#f4c7c3;
--mixed-fruit:#f9b9b4;
--vinaceous:#f69992;
}