Wren's Nest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wren's Nest palette
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);
}
Similar color palettes
Scroll down to explore 400+ Earthy color palettes
- Muted Red
- Dark Cocoa Shades
- Whimsical Cookie Dreams
- Warm Autumn Embrace
- Rustic Ember Tones
- Rustic Ember Tones
- Whispers of Autumn Dawn
- Brown Bookshop
- Sunset Serenade
- Autumn Delight
- Whispers of Autumn Dreams
- Whispers of a Forest
- Ethereal Decay
- Autumn Orange
- Earthly Embrace
- Rustic Dawn Whisper
- Shades of Copper
- Sunset Serenade
Wren's Nest color palette created on .