Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.turquoise-panic {
color: #2ed1d1;
}
.medium-turquoise {
color: #48d5d5;
}
.everest {
color: #a2e6e6;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--turquoise-panic:#2ed1d1;
--medium-turquoise:#48d5d5;
--everest:#a2e6e6;
--distant-horizon:#f1f9f9;
}