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: #0048ad;
}
.color-2 {
color: #0074b3;
}
.color-3 {
color: #0096d6;
}
.color-4 {
color: #50c2f7;
}
.color-5 {
color: #a3d6e0;
}

/* CSS Variables */
:root {
--color-1: #0048ad;
--color-2: #0074b3;
--color-3: #0096d6;
--color-4: #50c2f7;
--color-5: #a3d6e0;
}

Shades of Cobalt background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048ad, #0074b3, #0096d6, #50c2f7, #a3d6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048ad, #0074b3, #0096d6, #50c2f7, #a3d6e0);
}

Shades of Cobalt color palette created on .