Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f8c059;
}
.apricot-sorbet {
color: #e5a55d;
}
.balcony-sunset {
color: #d5916c;
}
.red-sparowes {
color: #c6756c;
}
.dahlia-mauve {
color: #b65d8b;
}
/* CSS Variables */
:root {
--saffron-mango:#f8c059;
--apricot-sorbet:#e5a55d;
--balcony-sunset:#d5916c;
--red-sparowes:#c6756c;
--dahlia-mauve:#b65d8b;
}