Birch Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Birch Delight palette

Share this palette to:

Birch Delight color palette PNG image

Download birch delight color palette PNG image (landscape)
Download birch delight color palette PNG image (square)

Birch Delight color palette CSS

/* CSS */
.color-1 {
color: #e3d9c4;
}
.color-2 {
color: #c4bcb1;
}
.color-3 {
color: #a8a08f;
}
.color-4 {
color: #8b7a5b;
}
.color-5 {
color: #6b503d;
}

/* CSS Variables */
:root {
--color-1: #e3d9c4;
--color-2: #c4bcb1;
--color-3: #a8a08f;
--color-4: #8b7a5b;
--color-5: #6b503d;
}

Birch Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9c4, #c4bcb1, #a8a08f, #8b7a5b, #6b503d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9c4, #c4bcb1, #a8a08f, #8b7a5b, #6b503d);
}

Similar color palettes

Birch Delight color palette created on .