Shades of Cobalt Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Cobalt palette

Share this palette to:

Shades of Cobalt color palette CSS

/* CSS */
.color-1 {
color: #003e94;
}
.color-2 {
color: #006399;
}
.color-3 {
color: #0081b8;
}
.color-4 {
color: #33a6db;
}
.color-5 {
color: #71bccc;
}

/* CSS Variables */
:root {
--color-1: #003e94;
--color-2: #006399;
--color-3: #0081b8;
--color-4: #33a6db;
--color-5: #71bccc;
}

Shades of Cobalt background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003e94, #006399, #0081b8, #33a6db, #71bccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003e94, #006399, #0081b8, #33a6db, #71bccc);
}

Similar color palettes

Shades of Cobalt color palette created on .