Soft Contrasts Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Contrasts palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Contrasts

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

tavolozza dei colori Soft Contrasts CSS

/* 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 con gradiente di sfondo 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 .