Earthy White Rock Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy White Rock palette

Share this palette to:

Earthy White Rock color palette CSS

/* CSS */
.color-1 {
color: #f4f0e1;
}
.color-2 {
color: #e2c5a6;
}
.color-3 {
color: #c4a764;
}
.color-4 {
color: #a95d3d;
}
.color-5 {
color: #7c2d2e;
}

/* CSS Variables */
:root {
--color-1: #f4f0e1;
--color-2: #e2c5a6;
--color-3: #c4a764;
--color-4: #a95d3d;
--color-5: #7c2d2e;
}

Earthy White Rock background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f0e1, #e2c5a6, #c4a764, #a95d3d, #7c2d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f0e1, #e2c5a6, #c4a764, #a95d3d, #7c2d2e);
}

Earthy White Rock color palette created on .