Brown Candy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Candy palette

Share this palette to:

Brown Candy color palette PNG image

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

Brown Candy color palette CSS

/* CSS */
.color-1 {
color: #f9c7b4;
}
.color-2 {
color: #ebaf8e;
}
.color-3 {
color: #d57f4d;
}
.color-4 {
color: #a75c39;
}
.color-5 {
color: #6f4c3e;
}

/* CSS Variables */
:root {
--color-1: #f9c7b4;
--color-2: #ebaf8e;
--color-3: #d57f4d;
--color-4: #a75c39;
--color-5: #6f4c3e;
}

Brown Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7b4, #ebaf8e, #d57f4d, #a75c39, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7b4, #ebaf8e, #d57f4d, #a75c39, #6f4c3e);
}

Brown Candy color palette created on .