Color names in this palette
CSS code for this palette
/* CSS */
.the-broadway {
color: #175478;
}
.pagoda-blue {
color: #1e7f94;
}
.marine-tinge {
color: #34a3b2;
}
.sky-dive {
color: #5dc1d5;
}
.uranus {
color: #ade2eb;
}
/* CSS Variables */
:root {
--the-broadway:#175478;
--pagoda-blue:#1e7f94;
--marine-tinge:#34a3b2;
--sky-dive:#5dc1d5;
--uranus:#ade2eb;
}