Brown Caramel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Caramel palette

Share this palette to:

Brown Caramel color palette CSS

/* CSS */
.color-1 {
color: #d9b36d;
}
.color-2 {
color: #cbab52;
}
.color-3 {
color: #a9903d;
}
.color-4 {
color: #896b29;
}
.color-5 {
color: #6b501f;
}

/* CSS Variables */
:root {
--color-1: #d9b36d;
--color-2: #cbab52;
--color-3: #a9903d;
--color-4: #896b29;
--color-5: #6b501f;
}

Brown Caramel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b36d, #cbab52, #a9903d, #896b29, #6b501f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b36d, #cbab52, #a9903d, #896b29, #6b501f);
}

Brown Caramel color palette created on .