Color names in this palette
CSS code for this palette
/* CSS */
.the-broadway {
color: #175478;
}
.pagoda-blue {
color: #1e7d94;
}
.cave-lake {
color: #4fb9c4;
}
.ice-crystal-blue {
color: #a5e3e3;
}
.peaceful-rain {
color: #f1f8f1;
}
/* CSS Variables */
:root {
--the-broadway:#175478;
--pagoda-blue:#1e7d94;
--cave-lake:#4fb9c4;
--ice-crystal-blue:#a5e3e3;
--peaceful-rain:#f1f8f1;
}