Paleta de colores Soft Skin Tone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Skin Tone palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Skin Tone

Download soft skin tone color palette PNG image (landscape)
Download soft skin tone color palette PNG image (square)

CSS de la paleta de colores Soft Skin Tone

/* CSS */
.color-1 {
color: #f2c1b5;
}
.color-2 {
color: #e8b5a1;
}
.color-3 {
color: #d89b8d;
}
.color-4 {
color: #c58972;
}
.color-5 {
color: #b1745d;
}

/* CSS Variables */
:root {
--color-1: #f2c1b5;
--color-2: #e8b5a1;
--color-3: #d89b8d;
--color-4: #c58972;
--color-5: #b1745d;
}

CSS del degradado de fondo Soft Skin Tone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c1b5, #e8b5a1, #d89b8d, #c58972, #b1745d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c1b5, #e8b5a1, #d89b8d, #c58972, #b1745d);
}

Soft Skin Tone color palette created on .