Color names in this palette
CSS code for this palette
/* CSS */
.tardis-blue {
color: #003c70;
}
.jetski-race {
color: #005b94;
}
.primal-blue {
color: #0080b3;
}
.malibu-blue {
color: #00a1d6;
}
.lake-thun {
color: #4dc2e0;
}
/* CSS Variables */
:root {
--tardis-blue:#003c70;
--jetski-race:#005b94;
--primal-blue:#0080b3;
--malibu-blue:#00a1d6;
--lake-thun:#4dc2e0;
}