Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.cheesus {
color: #ffca75;
}
.pickled-ginger {
color: #ffe057;
}
.celery-root {
color: #d5e6bc;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--cheesus:#ffca75;
--pickled-ginger:#ffe057;
--celery-root:#d5e6bc;
}