Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1e2a34;
}
.new-navy-blue {
color: #3b4a54;
}
.rolling-sea {
color: #5a6a77;
}
.twin-cities {
color: #a4c6c6;
}
.chamois-cloth {
color: #f0e0d0;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1e2a34;
--new-navy-blue:#3b4a54;
--rolling-sea:#5a6a77;
--twin-cities:#a4c6c6;
--chamois-cloth:#f0e0d0;
}