Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.lochmara {
color: #2e6d9e;
}
.viking {
color: #4eb1c1;
}
.sparkling-mint {
color: #a3e0d3;
}
.white-sulfur {
color: #eff9e7;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--lochmara:#2e6d9e;
--viking:#4eb1c1;
--sparkling-mint:#a3e0d3;
--white-sulfur:#eff9e7;
}