Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.sea-fantasy {
color: #1f9898;
}
.geneva-green {
color: #1f7a7a;
}
.moonlit-pool {
color: #1f5c5c;
}
.nordic {
color: #1f3d3d;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--sea-fantasy:#1f9898;
--geneva-green:#1f7a7a;
--moonlit-pool:#1f5c5c;
--nordic:#1f3d3d;
}