Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1f6b;
}
.nightly-silhouette {
color: #4d5c8f;
}
.frozen-lake {
color: #7a9cb3;
}
.ode-to-green {
color: #b5e8d5;
}
.applemint-soda {
color: #f3f6e9;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1f6b;
--nightly-silhouette:#4d5c8f;
--frozen-lake:#7a9cb3;
--ode-to-green:#b5e8d5;
--applemint-soda:#f3f6e9;
}