Color names in this palette
CSS code for this palette
/* CSS */
.fresh-water {
color: #c3e2f4;
}
.candid-blue {
color: #6cc0e4;
}
.atmosphere {
color: #0096db;
}
.blue-flame {
color: #005c8a;
}
.maniac-mansion {
color: #003d5c;
}
/* CSS Variables */
:root {
--fresh-water:#c3e2f4;
--candid-blue:#6cc0e4;
--atmosphere:#0096db;
--blue-flame:#005c8a;
--maniac-mansion:#003d5c;
}