Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f4060;
}
.mallorca-blue {
color: #4e7a97;
}
.holiday {
color: #7fc7b6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--sir-edmund:#1f4060;
--mallorca-blue:#4e7a97;
--holiday:#7fc7b6;
--maximum-yellow-red:#f1b74b;
--mandarin-red:#e74d3c;
}