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