Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.carona {
color: #faa629;
}
.saffron-mango {
color: #f7c155;
}
.hot-shot {
color: #f2502c;
}
.qermez-red {
color: #d2416d;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--carona:#faa629;
--saffron-mango:#f7c155;
--hot-shot:#f2502c;
--qermez-red:#d2416d;
}