Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.orchid-orange {
color: #ff9f80;
}
.nacho {
color: #ffcb5c;
}
.maximum-green-yellow {
color: #d3e156;
}
.blue-mana {
color: #6ec3f7;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--orchid-orange:#ff9f80;
--nacho:#ffcb5c;
--maximum-green-yellow:#d3e156;
--blue-mana:#6ec3f7;
}