Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.pretty-pink-piggy {
color: #f1a7da;
}
.scalloped-oak {
color: #f3d0a0;
}
.bellini {
color: #f4c8ae;
}
.tickled-pink {
color: #f2a6c1;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--pretty-pink-piggy:#f1a7da;
--scalloped-oak:#f3d0a0;
--bellini:#f4c8ae;
--tickled-pink:#f2a6c1;
}