CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.butterfly-blue {
color: #1f9bc1;
}
.skylla {
color: #1f80c1;
}
.blue-streak {
color: #1f6bc1;
}
.new-car {
color: #1f55c1;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--butterfly-blue:#1f9bc1;
--skylla:#1f80c1;
--blue-streak:#1f6bc1;
--new-car:#1f55c1;
}