Brown Sprinkles Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Sprinkles palette

Share this palette to:

Brown Sprinkles color palette CSS

/* CSS */
.color-1 {
color: #5e3a31;
}
.color-2 {
color: #a96b5b;
}
.color-3 {
color: #d0b090;
}
.color-4 {
color: #ead8b8;
}
.color-5 {
color: #f4e3c3;
}

/* CSS Variables */
:root {
--color-1: #5e3a31;
--color-2: #a96b5b;
--color-3: #d0b090;
--color-4: #ead8b8;
--color-5: #f4e3c3;
}

Brown Sprinkles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3a31, #a96b5b, #d0b090, #ead8b8, #f4e3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3a31, #a96b5b, #d0b090, #ead8b8, #f4e3c3);
}

Brown Sprinkles color palette created on .