Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.lolly {
color: #ff9c8f;
}
.peach-orange {
color: #ffcc99;
}
.pickled-ginger {
color: #ffe057;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--lolly:#ff9c8f;
--peach-orange:#ffcc99;
--pickled-ginger:#ffe057;
--zeus-purple:#690571;
}