Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.mazarine-blue {
color: #2a3b7a;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.blue-cuddle {
color: #84b5d2;
}
.icy-lemonade {
color: #f1e8b1;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--mazarine-blue:#2a3b7a;
--bluebonnet-frost:#4a6fb0;
--blue-cuddle:#84b5d2;
--icy-lemonade:#f1e8b1;
}