Color names in this palette
CSS code for this palette
/* CSS */
.windswept {
color: #d2f4f4;
}
.sequoia-lake {
color: #4f6d6d;
}
.delta-green {
color: #2b4a4a;
}
.lacquer-green {
color: #1b2d2d;
}
.chaos-black {
color: #0f0f0f;
}
/* CSS Variables */
:root {
--windswept:#d2f4f4;
--sequoia-lake:#4f6d6d;
--delta-green:#2b4a4a;
--lacquer-green:#1b2d2d;
--chaos-black:#0f0f0f;
}