Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.butterfly-blue {
color: #1f9bc1;
}
.blue-vacation {
color: #1f7fb2;
}
.drakenhof-nightshade {
color: #1f5aa3;
}
.navy-seal {
color: #1f3e93;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--butterfly-blue:#1f9bc1;
--blue-vacation:#1f7fb2;
--drakenhof-nightshade:#1f5aa3;
--navy-seal:#1f3e93;
}