Warm Brown Rabbit House Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Brown Rabbit House palette

Share this palette to:

Warm Brown Rabbit House color palette CSS

/* CSS */
.color-1 {
color: #f1e3da;
}
.color-2 {
color: #d9b3a1;
}
.color-3 {
color: #c99b83;
}
.color-4 {
color: #b86e6b;
}
.color-5 {
color: #7e4e4e;
}

/* CSS Variables */
:root {
--color-1: #f1e3da;
--color-2: #d9b3a1;
--color-3: #c99b83;
--color-4: #b86e6b;
--color-5: #7e4e4e;
}

Warm Brown Rabbit House background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e3da, #d9b3a1, #c99b83, #b86e6b, #7e4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e3da, #d9b3a1, #c99b83, #b86e6b, #7e4e4e);
}

Warm Brown Rabbit House color palette created on .