Brown Cherub Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Cherub palette

Share this palette to:

Brown Cherub color palette PNG image

Download brown cherub color palette PNG image (landscape)
Download brown cherub color palette PNG image (square)

Brown Cherub color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #a66c5e;
}
.color-3 {
color: #d1b39f;
}
.color-4 {
color: #f1d3c6;
}
.color-5 {
color: #f2a2a1;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #a66c5e;
--color-3: #d1b39f;
--color-4: #f1d3c6;
--color-5: #f2a2a1;
}

Brown Cherub background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #a66c5e, #d1b39f, #f1d3c6, #f2a2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #a66c5e, #d1b39f, #f1d3c6, #f2a2a1);
}

Brown Cherub color palette created on .