Paleta de colores Soft Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Blush palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Blush

Download soft blush color palette PNG image (landscape)
Download soft blush color palette PNG image (square)

CSS de la paleta de colores Soft Blush

/* CSS */
.color-1 {
color: #f2c8b5;
}
.color-2 {
color: #df9f9f;
}
.color-3 {
color: #d58b8b;
}
.color-4 {
color: #c67b7b;
}
.color-5 {
color: #b46a6a;
}

/* CSS Variables */
:root {
--color-1: #f2c8b5;
--color-2: #df9f9f;
--color-3: #d58b8b;
--color-4: #c67b7b;
--color-5: #b46a6a;
}

CSS del degradado de fondo Soft Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c8b5, #df9f9f, #d58b8b, #c67b7b, #b46a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c8b5, #df9f9f, #d58b8b, #c67b7b, #b46a6a);
}

Soft Blush color palette created on .