Hazel Eyes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hazel Eyes palette

Share this palette to:

Download Hazel Eyes Color Palette (PNG)

Download hazel eyes color palette PNG image (landscape)
Download hazel eyes color palette PNG image (square)

Hazel Eyes color palette CSS

/* CSS */
.color-1 {
color: #4e3d2c;
}
.color-2 {
color: #695c49;
}
.color-3 {
color: #897a5d;
}
.color-4 {
color: #b8a67a;
}
.color-5 {
color: #d2c09d;
}

/* CSS Variables */
:root {
--color-1: #4e3d2c;
--color-2: #695c49;
--color-3: #897a5d;
--color-4: #b8a67a;
--color-5: #d2c09d;
}

Hazel Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}

Hazel Eyes color palette created on .