Shades of Cobalt Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Cobalt palette
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);
}
Similar color palettes
- Blue Moonlight
- Berry Bliss Cream
- Nervous Sunshine
- Lunar Serenade
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
Shades of Cobalt color palette created on .