Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.vanadyl-blue {
color: #00a1e6;
}
.atmosphere {
color: #0096db;
}
.brilliant-blue {
color: #0077b3;
}
.blue-flame {
color: #005e8a;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--vanadyl-blue:#00a1e6;
--atmosphere:#0096db;
--brilliant-blue:#0077b3;
--blue-flame:#005e8a;
}