Brown Keemun Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Keemun palette

Share this palette to:

Brown Keemun color palette CSS

/* CSS */
.color-1 {
color: #3c2b25;
}
.color-2 {
color: #5c3b33;
}
.color-3 {
color: #8e5b52;
}
.color-4 {
color: #d9a68c;
}
.color-5 {
color: #e4c4af;
}

/* CSS Variables */
:root {
--color-1: #3c2b25;
--color-2: #5c3b33;
--color-3: #8e5b52;
--color-4: #d9a68c;
--color-5: #e4c4af;
}

Brown Keemun background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b25, #5c3b33, #8e5b52, #d9a68c, #e4c4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b25, #5c3b33, #8e5b52, #d9a68c, #e4c4af);
}

Brown Keemun color palette created on .