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: #3c6b8b;
}
.color-2 {
color: #e3c46d;
}
.color-3 {
color: #f0f0f0;
}
.color-4 {
color: #2b2b2b;
}
.color-5 {
color: #f6a6a2;
}
/* CSS Variables */
:root {
--color-1: #3c6b8b;
--color-2: #e3c46d;
--color-3: #f0f0f0;
--color-4: #2b2b2b;
--color-5: #f6a6a2;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6b8b, #e3c46d, #f0f0f0, #2b2b2b, #f6a6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6b8b, #e3c46d, #f0f0f0, #2b2b2b, #f6a6a2);
}
Similar color palettes
Shades of Blue color palette created on .