Indigo Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Indigo Dream palette
Indigo Dream color palette PNG image
Indigo Dream color palette CSS
/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #7c68ee;
}
.color-4 {
color: #8a2ce2;
}
.color-5 {
color: #9470db;
}
/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #6a5bcd;
--color-3: #7c68ee;
--color-4: #8a2ce2;
--color-5: #9470db;
}
Indigo Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #6a5bcd, #7c68ee, #8a2ce2, #9470db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #6a5bcd, #7c68ee, #8a2ce2, #9470db);
}
Similar color palettes
Indigo Dream color palette created on .