Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.tender-peach {
color: #f9d3b9;
}
.barley-white {
color: #f7e4b6;
}
.white-vienna {
color: #c3e0b2;
}
.terrace-pool {
color: #a3d9e0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--tender-peach:#f9d3b9;
--barley-white:#f7e4b6;
--white-vienna:#c3e0b2;
--terrace-pool:#a3d9e0;
}