Paleta de colores Soft Pastel Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Pastel Tones palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Pastel Tones

Download soft pastel tones color palette PNG image (landscape)
Download soft pastel tones color palette PNG image (square)

CSS de la paleta de colores Soft Pastel Tones

/* CSS */
.color-1 {
color: #c1a4af;
}
.color-2 {
color: #f0b5a3;
}
.color-3 {
color: #f8d2af;
}
.color-4 {
color: #fdfb96;
}
.color-5 {
color: #f7e2ab;
}

/* CSS Variables */
:root {
--color-1: #c1a4af;
--color-2: #f0b5a3;
--color-3: #f8d2af;
--color-4: #fdfb96;
--color-5: #f7e2ab;
}

CSS del degradado de fondo Soft Pastel Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a4af, #f0b5a3, #f8d2af, #fdfb96, #f7e2ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a4af, #f0b5a3, #f8d2af, #fdfb96, #f7e2ab);
}

Soft Pastel Tones color palette created on .