Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.peach-damask {
color: #f9c6a9;
}
.yellow-essence {
color: #fce2b6;
}
.winsome-hue {
color: #a7d8e2;
}
.blue-bows {
color: #a5c1d5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--peach-damask:#f9c6a9;
--yellow-essence:#fce2b6;
--winsome-hue:#a7d8e2;
--blue-bows:#a5c1d5;
}