Dragon in New Warm Mountain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dragon in New Warm Mountain palette

Share this palette to:

Dragon in New Warm Mountain color palette PNG image

Download dragon in new warm mountain color palette PNG image (landscape)
Download dragon in new warm mountain color palette PNG image (square)

Dragon in New Warm Mountain color palette CSS

/* CSS */
.color-1 {
color: #d65d29;
}
.color-2 {
color: #e5a55d;
}
.color-3 {
color: #f4e2b8;
}
.color-4 {
color: #5b784f;
}
.color-5 {
color: #3e5a7e;
}

/* CSS Variables */
:root {
--color-1: #d65d29;
--color-2: #e5a55d;
--color-3: #f4e2b8;
--color-4: #5b784f;
--color-5: #3e5a7e;
}

Dragon in New Warm Mountain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65d29, #e5a55d, #f4e2b8, #5b784f, #3e5a7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65d29, #e5a55d, #f4e2b8, #5b784f, #3e5a7e);
}

Dragon in New Warm Mountain color palette created on .