Dementia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dementia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dementia Color Palette (PNG)
Dementia color palette CSS
/* CSS */
.color-1 {
color: #a79daa;
}
.color-2 {
color: #8b8494;
}
.color-3 {
color: #736779;
}
.color-4 {
color: #5b5260;
}
.color-5 {
color: #413947;
}
/* CSS Variables */
:root {
--color-1: #a79daa;
--color-2: #8b8494;
--color-3: #736779;
--color-4: #5b5260;
--color-5: #413947;
}
Dementia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79daa, #8b8494, #736779, #5b5260, #413947);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79daa, #8b8494, #736779, #5b5260, #413947);
}
Similar color palettes
Dementia color palette created on .