Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.turquoise-panic {
color: #2ed1d1;
}
.medium-turquoise {
color: #4dd5d5;
}
.turkish-turquoise {
color: #7be5e5;
}
.freezy-breezy {
color: #9ef0f0;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--turquoise-panic:#2ed1d1;
--medium-turquoise:#4dd5d5;
--turkish-turquoise:#7be5e5;
--freezy-breezy:#9ef0f0;
}