Paleta de colores Soft Contrasts

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Contrasts palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Contrasts

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

CSS de la paleta de colores Soft Contrasts

/* CSS */
.color-1 {
color: #808080;
}
.color-2 {
color: #e0e0e0;
}
.color-3 {
color: #b2e1e1;
}
.color-4 {
color: #f2c4c4;
}
.color-5 {
color: #f2d6ca;
}

/* CSS Variables */
:root {
--color-1: #808080;
--color-2: #e0e0e0;
--color-3: #b2e1e1;
--color-4: #f2c4c4;
--color-5: #f2d6ca;
}

CSS del degradado de fondo Soft Contrasts

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #808080, #e0e0e0, #b2e1e1, #f2c4c4, #f2d6ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #808080, #e0e0e0, #b2e1e1, #f2c4c4, #f2d6ca);
}

Soft Contrasts color palette created on .