Brown Cutecore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Cutecore palette

Share this palette to:

Brown Cutecore color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #f0d7a8;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #b4641d;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #c69c6c;
--color-3: #f0d7a8;
--color-4: #fab700;
--color-5: #b4641d;
}

Brown Cutecore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #c69c6c, #f0d7a8, #fab700, #b4641d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #c69c6c, #f0d7a8, #fab700, #b4641d);
}

Brown Cutecore color palette created on .