Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.orchid-orange {
color: #ff9f80;
}
.nacho {
color: #ffcb5c;
}
.celery-bunch {
color: #d7e0b2;
}
.minted-elegance {
color: #6ac8a4;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--orchid-orange:#ff9f80;
--nacho:#ffcb5c;
--celery-bunch:#d7e0b2;
--minted-elegance:#6ac8a4;
}