Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.medium-turquoise {
color: #4dd1d1;
}
.island-oasis {
color: #88d7d7;
}
.seascape-green {
color: #b4e4e4;
}
.distant-horizon {
color: #f0fafa;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--medium-turquoise:#4dd1d1;
--island-oasis:#88d7d7;
--seascape-green:#b4e4e4;
--distant-horizon:#f0fafa;
}