Color names in this palette
CSS code for this palette
/* CSS */
.maniac-mansion {
color: #003a5c;
}
.mykonos-blue {
color: #005b80;
}
.turkish-blue {
color: #007fad;
}
.atomic-blue {
color: #0098c2;
}
.blue-atoll {
color: #00b0e0;
}
/* CSS Variables */
:root {
--maniac-mansion:#003a5c;
--mykonos-blue:#005b80;
--turkish-blue:#007fad;
--atomic-blue:#0098c2;
--blue-atoll:#00b0e0;
}