Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.sea-fantasy {
color: #1a9999;
}
.seamount {
color: #146c6c;
}
.botanical-night {
color: #0f3e3e;
}
.black-stallion {
color: #0a1f1f;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--sea-fantasy:#1a9999;
--seamount:#146c6c;
--botanical-night:#0f3e3e;
--black-stallion:#0a1f1f;
}