Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.true-purple {
color: #6a2c90;
}
.degas-pink {
color: #b07d8d;
}
.in-the-slip {
color: #e5c2d2;
}
.lazy-daisy {
color: #f8e9a0;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--true-purple:#6a2c90;
--degas-pink:#b07d8d;
--in-the-slip:#e5c2d2;
--lazy-daisy:#f8e9a0;
}