Color names in this palette
CSS code for this palette
/* CSS */
.the-broadway {
color: #175478;
}
.bermuda {
color: #1f7c8e;
}
.marine-tinge {
color: #34a3b7;
}
.terrace-pool {
color: #9fd7df;
}
.grass-valley {
color: #f3f9f0;
}
/* CSS Variables */
:root {
--the-broadway:#175478;
--bermuda:#1f7c8e;
--marine-tinge:#34a3b7;
--terrace-pool:#9fd7df;
--grass-valley:#f3f9f0;
}