Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.mellow-glow {
color: #ffcfad;
}
.zeus-purple {
color: #690571;
}
.purple-hepatica {
color: #d4a8ff;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--mellow-glow:#ffcfad;
--zeus-purple:#690571;
--purple-hepatica:#d4a8ff;
}