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