Indigo Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Indigo Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Indigo Breeze Color Palette (PNG)
Indigo Breeze color palette CSS
/* CSS */
.color-1 {
color: #1f3c7a;
}
.color-2 {
color: #4b6c9b;
}
.color-3 {
color: #6ba7d1;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #f1f9f4;
}
/* CSS Variables */
:root {
--color-1: #1f3c7a;
--color-2: #4b6c9b;
--color-3: #6ba7d1;
--color-4: #a3d7e0;
--color-5: #f1f9f4;
}
Indigo Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c7a, #4b6c9b, #6ba7d1, #a3d7e0, #f1f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c7a, #4b6c9b, #6ba7d1, #a3d7e0, #f1f9f4);
}
Similar color palettes
Scroll down to explore 200+ Blue color palettes
Indigo Breeze color palette created on .