Indy Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Indy Vibes palette

Share this palette to:

Indy Vibes color palette CSS

/* CSS */
.color-1 {
color: #4b3d7b;
}
.color-2 {
color: #7c5c9d;
}
.color-3 {
color: #9e7eae;
}
.color-4 {
color: #c4a2d7;
}
.color-5 {
color: #f1c0e8;
}

/* CSS Variables */
:root {
--color-1: #4b3d7b;
--color-2: #7c5c9d;
--color-3: #9e7eae;
--color-4: #c4a2d7;
--color-5: #f1c0e8;
}

Indy Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d7b, #7c5c9d, #9e7eae, #c4a2d7, #f1c0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d7b, #7c5c9d, #9e7eae, #c4a2d7, #f1c0e8);
}

Indy Vibes color palette created on .