Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.serene-peach {
color: #f6d3b6;
}
.syrian-violet {
color: #e0c5e7;
}
.lovecloud {
color: #e4b9f3;
}
.sweet-taffy {
color: #eab8d2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--serene-peach:#f6d3b6;
--syrian-violet:#e0c5e7;
--lovecloud:#e4b9f3;
--sweet-taffy:#eab8d2;
}