Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1a2e3d;
}
.bismarck {
color: #4a6d78;
}
.tower-bridge {
color: #7a9f9f;
}
.relaxation-green {
color: #a4d2a3;
}
.celery-root {
color: #d5e6b7;
}
/* CSS Variables */
:root {
--tangaroa:#1a2e3d;
--bismarck:#4a6d78;
--tower-bridge:#7a9f9f;
--relaxation-green:#a4d2a3;
--celery-root:#d5e6b7;
}