Color names in this palette
CSS code for this palette
/* CSS */
.era {
color: #d6e4e6;
}
.twin-cities {
color: #a1c6c9;
}
.november-skies {
color: #7daeba;
}
.summer-turquoise-blue {
color: #4b99aa;
}
.valley-of-glaciers {
color: #2b7a9c;
}
/* CSS Variables */
:root {
--era:#d6e4e6;
--twin-cities:#a1c6c9;
--november-skies:#7daeba;
--summer-turquoise-blue:#4b99aa;
--valley-of-glaciers:#2b7a9c;
}