Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.equatorial {
color: #ffcc85;
}
.pickled-ginger {
color: #ffe057;
}
.bubble-algae {
color: #92e3c0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--equatorial:#ffcc85;
--pickled-ginger:#ffe057;
--bubble-algae:#92e3c0;
}