Color names in this palette
CSS code for this palette
/* CSS */
.tinted-rosewood {
color: #e4c8d2;
}
.gizmo {
color: #d5a4b5;
}
.rock-star-pink {
color: #c78fbc;
}
.moonlight-melody {
color: #b66db3;
}
.hyacinth-violet {
color: #9a4b9b;
}
/* CSS Variables */
:root {
--tinted-rosewood:#e4c8d2;
--gizmo:#d5a4b5;
--rock-star-pink:#c78fbc;
--moonlight-melody:#b66db3;
--hyacinth-violet:#9a4b9b;
}