Color names in this palette
CSS code for this palette
/* CSS */
.night-fog {
color: #2a1a65;
}
.lucid-dream {
color: #5b2a92;
}
.hyacinth-violet {
color: #9c4d9d;
}
.rhine-wine {
color: #c7708e;
}
.candlelight-peach {
color: #f8a39b;
}
/* CSS Variables */
:root {
--night-fog:#2a1a65;
--lucid-dream:#5b2a92;
--hyacinth-violet:#9c4d9d;
--rhine-wine:#c7708e;
--candlelight-peach:#f8a39b;
}