Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1ab8db;
}
.tomb-blue {
color: #0099cc;
}
.sea-sight {
color: #007a99;
}
.blue-collar-worker {
color: #00607a;
}
.maniac-mansion {
color: #003f5c;
}
/* CSS Variables */
:root {
--caribbean-blue:#1ab8db;
--tomb-blue:#0099cc;
--sea-sight:#007a99;
--blue-collar-worker:#00607a;
--maniac-mansion:#003f5c;
}