Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-red {
color: #ec563c;
}
.copper-river {
color: #f3a56d;
}
.noodles {
color: #f8e3b4;
}
.blue-gourami {
color: #6a9dd7;
}
.nauseous-blue {
color: #4b3b87;
}
/* CSS Variables */
:root {
--mandarin-red:#ec563c;
--copper-river:#f3a56d;
--noodles:#f8e3b4;
--blue-gourami:#6a9dd7;
--nauseous-blue:#4b3b87;
}