Color names in this palette
CSS code for this palette
/* CSS */
.favourite-lady {
color: #e5c2d6;
}
.gizmo {
color: #d6a4b9;
}
.choral-singer {
color: #b67c98;
}
.goddess-of-dawn {
color: #8d4e6d;
}
.winter-bloom {
color: #5c2d4a;
}
/* CSS Variables */
:root {
--favourite-lady:#e5c2d6;
--gizmo:#d6a4b9;
--choral-singer:#b67c98;
--goddess-of-dawn:#8d4e6d;
--winter-bloom:#5c2d4a;
}