Tonos de Piel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tonos de Piel palette

Share this palette to:

Tonos de Piel color palette PNG image

Download tonos de piel color palette PNG image (landscape)
Download tonos de piel color palette PNG image (square)

Tonos de Piel color palette CSS

/* CSS */
.color-1 {
color: #e8c1b5;
}
.color-2 {
color: #d4a48c;
}
.color-3 {
color: #c08d6d;
}
.color-4 {
color: #a78058;
}
.color-5 {
color: #8c6e4f;
}

/* CSS Variables */
:root {
--color-1: #e8c1b5;
--color-2: #d4a48c;
--color-3: #c08d6d;
--color-4: #a78058;
--color-5: #8c6e4f;
}

Tonos de Piel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c1b5, #d4a48c, #c08d6d, #a78058, #8c6e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c1b5, #d4a48c, #c08d6d, #a78058, #8c6e4f);
}

Tonos de Piel color palette created on .