Dungeons and Dragons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dungeons and Dragons palette
Dungeons and Dragons color palette PNG image
Dungeons and Dragons color palette CSS
/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #5a4e4e;
}
.color-3 {
color: #8a6a6a;
}
.color-4 {
color: #c7a67a;
}
.color-5 {
color: #d1945c;
}
/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #5a4e4e;
--color-3: #8a6a6a;
--color-4: #c7a67a;
--color-5: #d1945c;
}
Dungeons and Dragons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}
Similar color palettes
Dungeons and Dragons color palette created on .