Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f6c1ce;
}
.rogue-pink {
color: #f5a3c0;
}
.pink-sherbet {
color: #f57a9d;
}
.watermelon-juice {
color: #f15f7d;
}
.vineyard-autumn {
color: #f03d5b;
}
/* CSS Variables */
:root {
--deco-pink:#f6c1ce;
--rogue-pink:#f5a3c0;
--pink-sherbet:#f57a9d;
--watermelon-juice:#f15f7d;
--vineyard-autumn:#f03d5b;
}