Hondo Flanks Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hondo Flanks palette

Share this palette to:

Hondo Flanks color palette PNG image

Download hondo flanks color palette PNG image (landscape)
Download hondo flanks color palette PNG image (square)

Hondo Flanks color palette CSS

/* CSS */
.color-1 {
color: #6d504a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d59d48;
}
.color-4 {
color: #f6d78e;
}
.color-5 {
color: #f2e0b5;
}

/* CSS Variables */
:root {
--color-1: #6d504a;
--color-2: #a85f2e;
--color-3: #d59d48;
--color-4: #f6d78e;
--color-5: #f2e0b5;
}

Hondo Flanks background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d504a, #a85f2e, #d59d48, #f6d78e, #f2e0b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d504a, #a85f2e, #d59d48, #f6d78e, #f2e0b5);
}

Hondo Flanks color palette created on .