Wren's Nest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wren's Nest palette

Share this palette to:

Wren's Nest color palette CSS

/* CSS */
.color-1 {
color: #5b4a39;
}
.color-2 {
color: #a87b5d;
}
.color-3 {
color: #d0a56c;
}
.color-4 {
color: #e9d7a5;
}
.color-5 {
color: #f4e0ae;
}

/* CSS Variables */
:root {
--color-1: #5b4a39;
--color-2: #a87b5d;
--color-3: #d0a56c;
--color-4: #e9d7a5;
--color-5: #f4e0ae;
}

Wren's Nest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4a39, #a87b5d, #d0a56c, #e9d7a5, #f4e0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4a39, #a87b5d, #d0a56c, #e9d7a5, #f4e0ae);
}

Wren's Nest color palette created on .