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