Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #004794;
}
.color-2 {
color: #0077c7;
}
.color-3 {
color: #00a1e6;
}
.color-4 {
color: #3dd6e1;
}
.color-5 {
color: #a6e8e0;
}
/* CSS Variables */
:root {
--color-1: #004794;
--color-2: #0077c7;
--color-3: #00a1e6;
--color-4: #3dd6e1;
--color-5: #a6e8e0;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004794, #0077c7, #00a1e6, #3dd6e1, #a6e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004794, #0077c7, #00a1e6, #3dd6e1, #a6e8e0);
}
Similar color palettes
Shades of Blue color palette created on .