Faded Futures Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Faded Futures palette

Share this palette to:

Faded Futures color palette CSS

/* CSS */
.color-1 {
color: #402b40;
}
.color-2 {
color: #6a4a8c;
}
.color-3 {
color: #b77b99;
}
.color-4 {
color: #d6a66b;
}
.color-5 {
color: #f2d578;
}

/* CSS Variables */
:root {
--color-1: #402b40;
--color-2: #6a4a8c;
--color-3: #b77b99;
--color-4: #d6a66b;
--color-5: #f2d578;
}

Faded Futures background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402b40, #6a4a8c, #b77b99, #d6a66b, #f2d578);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402b40, #6a4a8c, #b77b99, #d6a66b, #f2d578);
}

Faded Futures color palette created on .