Sierra Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sierra palette

Share this palette to:

Sierra color palette PNG image

Download sierra color palette PNG image (landscape)
Download sierra color palette PNG image (square)

Sierra color palette CSS

/* CSS */
.color-1 {
color: #6d4a3c;
}
.color-2 {
color: #e3a27d;
}
.color-3 {
color: #f1c6b1;
}
.color-4 {
color: #d8c2c0;
}
.color-5 {
color: #f2e1d4;
}

/* CSS Variables */
:root {
--color-1: #6d4a3c;
--color-2: #e3a27d;
--color-3: #f1c6b1;
--color-4: #d8c2c0;
--color-5: #f2e1d4;
}

Sierra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4a3c, #e3a27d, #f1c6b1, #d8c2c0, #f2e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4a3c, #e3a27d, #f1c6b1, #d8c2c0, #f2e1d4);
}

Sierra color palette created on .