Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1b3c55;
}
.zenith {
color: #497b9c;
}
.frozen-blue {
color: #a6c4d9;
}
.lemon-ice-yellow {
color: #f5e2a8;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--capital-blue:#1b3c55;
--zenith:#497b9c;
--frozen-blue:#a6c4d9;
--lemon-ice-yellow:#f5e2a8;
--orange-gluttony:#e77e23;
}