Loading...
Faded Indifference Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Faded Indifference palette
Download Faded Indifference Color Palette (PNG)
Faded Indifference color palette CSS
/* CSS */
.color-1 {
color: #6a8e9a;
}
.color-2 {
color: #9ab7b7;
}
.color-3 {
color: #c5e2e2;
}
.color-4 {
color: #f2cfcf;
}
.color-5 {
color: #f6b6b6;
}
/* CSS Variables */
:root {
--color-1: #6a8e9a;
--color-2: #9ab7b7;
--color-3: #c5e2e2;
--color-4: #f2cfcf;
--color-5: #f6b6b6;
}
Faded Indifference background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8e9a, #9ab7b7, #c5e2e2, #f2cfcf, #f6b6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8e9a, #9ab7b7, #c5e2e2, #f2cfcf, #f6b6b6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Faded Indifference color palette created on .