Color names in this palette
CSS code for this palette
/* CSS */
.mississippi-river {
color: #3c638b;
}
.storm-blue {
color: #507a9b;
}
.singing-the-blues {
color: #294c65;
}
.burnt-copper {
color: #c46b3b;
}
.saxony-blue {
color: #1d6a8c;
}
/* CSS Variables */
:root {
--mississippi-river:#3c638b;
--storm-blue:#507a9b;
--singing-the-blues:#294c65;
--burnt-copper:#c46b3b;
--saxony-blue:#1d6a8c;
}