Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.peach-temptation {
color: #f4c4b4;
}
.chic-peach {
color: #f0d3c7;
}
.iced-vovo {
color: #e2a1b4;
}
.pink-slip {
color: #d48c8c;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--peach-temptation:#f4c4b4;
--chic-peach:#f0d3c7;
--iced-vovo:#e2a1b4;
--pink-slip:#d48c8c;
}