Color names in this palette
CSS code for this palette
/* CSS */
.blue-suede {
color: #6b7c94;
}
.blue-tourmaline {
color: #4a9ccf;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--blue-suede:#6b7c94;
--blue-tourmaline:#4a9ccf;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--mandarin-red:#e74d3c;
}