Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab4cb;
}
.blue-dacnis {
color: #3fd0e4;
}
.turkish-turquoise {
color: #7be3e5;
}
.ice-citadel {
color: #b2f3f5;
}
.wash-me {
color: #f8fbfc;
}
/* CSS Variables */
:root {
--lago-blue:#1ab4cb;
--blue-dacnis:#3fd0e4;
--turkish-turquoise:#7be3e5;
--ice-citadel:#b2f3f5;
--wash-me:#f8fbfc;
}