Soft Hazelnut Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Hazelnut palette

Share this palette to:

Soft Hazelnut color palette PNG image

Download soft hazelnut color palette PNG image (landscape)
Download soft hazelnut color palette PNG image (square)

Soft Hazelnut color palette CSS

/* CSS */
.color-1 {
color: #e3cda5;
}
.color-2 {
color: #d0b99a;
}
.color-3 {
color: #bfaf8d;
}
.color-4 {
color: #a68c6e;
}
.color-5 {
color: #7d5b3b;
}

/* CSS Variables */
:root {
--color-1: #e3cda5;
--color-2: #d0b99a;
--color-3: #bfaf8d;
--color-4: #a68c6e;
--color-5: #7d5b3b;
}

Soft Hazelnut background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cda5, #d0b99a, #bfaf8d, #a68c6e, #7d5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cda5, #d0b99a, #bfaf8d, #a68c6e, #7d5b3b);
}

Similar color palettes

Scroll down to explore 1 Beige color palette

Soft Hazelnut color palette created on .