Color names in this palette
CSS code for this palette
/* CSS */
.brandywine-spritz {
color: #e59fb0;
}
.parrot-tulip {
color: #f0c1d3;
}
.quartz-white {
color: #f3e8e2;
}
.crystal-rapids {
color: #b5e3d0;
}
.fish-pond {
color: #81c8e9;
}
/* CSS Variables */
:root {
--brandywine-spritz:#e59fb0;
--parrot-tulip:#f0c1d3;
--quartz-white:#f3e8e2;
--crystal-rapids:#b5e3d0;
--fish-pond:#81c8e9;
}