Dúnadan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dúnadan palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dúnadan Color Palette (PNG)
Dúnadan color palette CSS
/* CSS */
.color-1 {
color: #5b8b7a;
}
.color-2 {
color: #a6c5b5;
}
.color-3 {
color: #f2e2ba;
}
.color-4 {
color: #d39969;
}
.color-5 {
color: #b95f3c;
}
/* CSS Variables */
:root {
--color-1: #5b8b7a;
--color-2: #a6c5b5;
--color-3: #f2e2ba;
--color-4: #d39969;
--color-5: #b95f3c;
}
Dúnadan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b7a, #a6c5b5, #f2e2ba, #d39969, #b95f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b7a, #a6c5b5, #f2e2ba, #d39969, #b95f3c);
}
Similar color palettes
Dúnadan color palette created on .