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: #a4c2db;
}
.color-2 {
color: #f5a15c;
}
.color-3 {
color: #f27d7f;
}
.color-4 {
color: #d8b169;
}
.color-5 {
color: #4e6b83;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f5a15c;
--color-3: #f27d7f;
--color-4: #d8b169;
--color-5: #4e6b83;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f5a15c, #f27d7f, #d8b169, #4e6b83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f5a15c, #f27d7f, #d8b169, #4e6b83);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Blue color palette created on .