Cobalt Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cobalt Blue Serenity palette
Cobalt Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #0048ad;
}
.color-2 {
color: #0071b8;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #00c6e0;
}
.color-5 {
color: #00ffea;
}
/* CSS Variables */
:root {
--color-1: #0048ad;
--color-2: #0071b8;
--color-3: #00a5e0;
--color-4: #00c6e0;
--color-5: #00ffea;
}
Cobalt Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048ad, #0071b8, #00a5e0, #00c6e0, #00ffea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048ad, #0071b8, #00a5e0, #00c6e0, #00ffea);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Cobalt Blue Serenity color palette created on .