Indigo Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Indigo Dreams palette

Share this palette to:

Indigo Dreams color palette CSS

/* CSS */
.color-1 {
color: #700047;
}
.color-2 {
color: #a14eb1;
}
.color-3 {
color: #bc59e3;
}
.color-4 {
color: #ca25d0;
}
.color-5 {
color: #ce64c7;
}

/* CSS Variables */
:root {
--color-1: #700047;
--color-2: #a14eb1;
--color-3: #bc59e3;
--color-4: #ca25d0;
--color-5: #ce64c7;
}

Indigo Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700047, #a14eb1, #bc59e3, #ca25d0, #ce64c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700047, #a14eb1, #bc59e3, #ca25d0, #ce64c7);
}

Indigo Dreams color palette created on .