Color names in this palette
CSS code for this palette
/* CSS */
.navy-blazer {
color: #292c3d;
}
.anthracite-blue {
color: #3e4a60;
}
.rocky-hill {
color: #567b8a;
}
.refresh {
color: #9fd5c5;
}
.uptown-taupe {
color: #f0e3d6;
}
/* CSS Variables */
:root {
--navy-blazer:#292c3d;
--anthracite-blue:#3e4a60;
--rocky-hill:#567b8a;
--refresh:#9fd5c5;
--uptown-taupe:#f0e3d6;
}