Brown Cola Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Cola palette

Share this palette to:

Brown Cola color palette CSS

/* CSS */
.color-1 {
color: #502d2b;
}
.color-2 {
color: #a65c59;
}
.color-3 {
color: #c87c6f;
}
.color-4 {
color: #e5b15d;
}
.color-5 {
color: #f2d34a;
}

/* CSS Variables */
:root {
--color-1: #502d2b;
--color-2: #a65c59;
--color-3: #c87c6f;
--color-4: #e5b15d;
--color-5: #f2d34a;
}

Brown Cola background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502d2b, #a65c59, #c87c6f, #e5b15d, #f2d34a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502d2b, #a65c59, #c87c6f, #e5b15d, #f2d34a);
}

Brown Cola color palette created on .