Shades of Indigo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Indigo palette
Shades of Indigo color palette CSS
/* CSS */
.color-1 {
color: #4e68c6;
}
.color-2 {
color: #5a7fce;
}
.color-3 {
color: #70a8db;
}
.color-4 {
color: #9ec4e0;
}
.color-5 {
color: #d5e6f1;
}
/* CSS Variables */
:root {
--color-1: #4e68c6;
--color-2: #5a7fce;
--color-3: #70a8db;
--color-4: #9ec4e0;
--color-5: #d5e6f1;
}
Shades of Indigo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e68c6, #5a7fce, #70a8db, #9ec4e0, #d5e6f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e68c6, #5a7fce, #70a8db, #9ec4e0, #d5e6f1);
}
Similar color palettes
Shades of Indigo color palette created on .