Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f2a6a1;
}
.kiss-and-tell {
color: #d66b72;
}
.night-shadz {
color: #9f3c53;
}
.brown-magenta {
color: #7b1e3b;
}
.what-we-do-in-the-shadows {
color: #4a0d2a;
}
/* CSS Variables */
:root {
--roseberry:#f2a6a1;
--kiss-and-tell:#d66b72;
--night-shadz:#9f3c53;
--brown-magenta:#7b1e3b;
--what-we-do-in-the-shadows:#4a0d2a;
}