Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1c2a3b;
}
.mechanicus-standard-grey {
color: #3c4c4e;
}
.uniform-green-grey {
color: #5e7b7d;
}
.restful-retreat {
color: #b1c9c9;
}
.coastal-breeze {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--tangaroa:#1c2a3b;
--mechanicus-standard-grey:#3c4c4e;
--uniform-green-grey:#5e7b7d;
--restful-retreat:#b1c9c9;
--coastal-breeze:#e2f8f8;
}