Brown Protein Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Protein palette

Share this palette to:

Brown Protein color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d68a2e;
}
.color-3 {
color: #a14a2b;
}
.color-4 {
color: #7d2f2b;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d68a2e;
--color-3: #a14a2b;
--color-4: #7d2f2b;
--color-5: #4e3b31;
}

Brown Protein background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d68a2e, #a14a2b, #7d2f2b, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d68a2e, #a14a2b, #7d2f2b, #4e3b31);
}

Brown Protein color palette created on .