Brown Rock Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Rock palette

Share this palette to:

Brown Rock color palette CSS

/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #7e4b3a;
}
.color-3 {
color: #b5785e;
}
.color-4 {
color: #e6a55c;
}
.color-5 {
color: #f1d3b1;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #7e4b3a;
--color-3: #b5785e;
--color-4: #e6a55c;
--color-5: #f1d3b1;
}

Brown Rock background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #7e4b3a, #b5785e, #e6a55c, #f1d3b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #7e4b3a, #b5785e, #e6a55c, #f1d3b1);
}

Brown Rock color palette created on .