Color names in this palette
CSS code for this palette
/* CSS */
.legacy-blue {
color: #9fc7e0;
}
.dusty-jade-green {
color: #6aaf9b;
}
.winter-green {
color: #4a8c7e;
}
.atlantic-tide {
color: #3e5c6f;
}
.night-sky {
color: #292c33;
}
/* CSS Variables */
:root {
--legacy-blue:#9fc7e0;
--dusty-jade-green:#6aaf9b;
--winter-green:#4a8c7e;
--atlantic-tide:#3e5c6f;
--night-sky:#292c33;
}