Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.turkish-stone {
color: #2d7c8f;
}
.tropical-escape {
color: #4cb8b1;
}
.aqua-fiesta {
color: #98e2e2;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--turkish-stone:#2d7c8f;
--tropical-escape:#4cb8b1;
--aqua-fiesta:#98e2e2;
--everlasting-ice:#f5fafa;
}