Rocky Terrain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rocky Terrain palette

Share this palette to:

Rocky Terrain color palette PNG image

Download rocky terrain color palette PNG image (landscape)
Download rocky terrain color palette PNG image (square)

Rocky Terrain color palette CSS

/* CSS */
.color-1 {
color: #8e602f;
}
.color-2 {
color: #c8a892;
}
.color-3 {
color: #ada394;
}
.color-4 {
color: #e7dbc5;
}
.color-5 {
color: #725640;
}

/* CSS Variables */
:root {
--color-1: #8e602f;
--color-2: #c8a892;
--color-3: #ada394;
--color-4: #e7dbc5;
--color-5: #725640;
}

Rocky Terrain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e602f, #c8a892, #ada394, #e7dbc5, #725640);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e602f, #c8a892, #ada394, #e7dbc5, #725640);
}

Rocky Terrain color palette created on .