Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.great-serpent {
color: #4a6fa5;
}
.windy-city {
color: #88a4c3;
}
.xanthous {
color: #f2b831;
}
.sohi-red {
color: #e75e3c;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--great-serpent:#4a6fa5;
--windy-city:#88a4c3;
--xanthous:#f2b831;
--sohi-red:#e75e3c;
}