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: #1a4c8e;
}
.color-2 {
color: #3c7b9a;
}
.color-3 {
color: #65b3b1;
}
.color-4 {
color: #85d5b0;
}
.color-5 {
color: #aee0d4;
}
/* CSS Variables */
:root {
--color-1: #1a4c8e;
--color-2: #3c7b9a;
--color-3: #65b3b1;
--color-4: #85d5b0;
--color-5: #aee0d4;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4c8e, #3c7b9a, #65b3b1, #85d5b0, #aee0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4c8e, #3c7b9a, #65b3b1, #85d5b0, #aee0d4);
}
Similar color palettes
Shades of Blue color palette created on .