Soft Sands Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Sands palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Sands

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

tavolozza dei colori Soft Sands CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f5f5db;
}
.color-3 {
color: #e5d7b8;
}
.color-4 {
color: #cfc6a5;
}
.color-5 {
color: #b8a899;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f5f5db;
--color-3: #e5d7b8;
--color-4: #cfc6a5;
--color-5: #b8a899;
}

CSS con gradiente di sfondo Soft Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f5f5db, #e5d7b8, #cfc6a5, #b8a899);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f5f5db, #e5d7b8, #cfc6a5, #b8a899);
}

Soft Sands color palette created on .