Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.cheddar-corn {
color: #f7d4b6;
}
.barley-white {
color: #f7e3b6;
}
.cruise {
color: #b5e3d4;
}
.wondrous-wisteria {
color: #a1b5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--cheddar-corn:#f7d4b6;
--barley-white:#f7e3b6;
--cruise:#b5e3d4;
--wondrous-wisteria:#a1b5f7;
}