Color names in this palette
CSS code for this palette
/* CSS */
.wine-country {
color: #601f3c;
}
.gooseberry {
color: #a0405b;
}
.i-love-you-pink {
color: #d67a8e;
}
.pink-grapefruit {
color: #f4b8c7;
}
.quartz-white {
color: #f2e8e3;
}
/* CSS Variables */
:root {
--wine-country:#601f3c;
--gooseberry:#a0405b;
--i-love-you-pink:#d67a8e;
--pink-grapefruit:#f4b8c7;
--quartz-white:#f2e8e3;
}