Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.pink-hydrangea {
color: #f9c1b9;
}
.funhouse {
color: #f3d8da;
}
.light-orchid {
color: #e8a1d4;
}
.silver-rust {
color: #c5a3e1;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--pink-hydrangea:#f9c1b9;
--funhouse:#f3d8da;
--light-orchid:#e8a1d4;
--silver-rust:#c5a3e1;
}