Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.tuscan {
color: #f9d6a9;
}
.sandy-shore {
color: #f2e7ba;
}
.southern-belle {
color: #a3d7c2;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--tuscan:#f9d6a9;
--sandy-shore:#f2e7ba;
--southern-belle:#a3d7c2;
--windstorm:#6999c3;
}