Color names in this palette
CSS code for this palette
/* CSS */
.disco {
color: #8c2c4d;
}
.indian-pink {
color: #b25c7d;
}
.pink-pussycat {
color: #d99e9b;
}
.alpenglow {
color: #f1c0b7;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--disco:#8c2c4d;
--indian-pink:#b25c7d;
--pink-pussycat:#d99e9b;
--alpenglow:#f1c0b7;
--reduced-pink:#f6e4e4;
}