Color names in this palette
CSS code for this palette
/* CSS */
.tradewind {
color: #b8c4c7;
}
.tempered-grey {
color: #a3b0b2;
}
.tower-bridge {
color: #7a9d9f;
}
.nickel-ore-green {
color: #4f7b7d;
}
.ponderosa-pine {
color: #2a4b4c;
}
/* CSS Variables */
:root {
--tradewind:#b8c4c7;
--tempered-grey:#a3b0b2;
--tower-bridge:#7a9d9f;
--nickel-ore-green:#4f7b7d;
--ponderosa-pine:#2a4b4c;
}