Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.mythic-forest {
color: #4b6a6c;
}
.tower-bridge {
color: #78a0a1;
}
.aqua-frost {
color: #a8d3d6;
}
.uptown-taupe {
color: #f0e3d6;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--mythic-forest:#4b6a6c;
--tower-bridge:#78a0a1;
--aqua-frost:#a8d3d6;
--uptown-taupe:#f0e3d6;
}