Whispers of Sand Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Sand palette

Condividi questa palette a:

tavolozza dei colori Whispers of Sand CSS

/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e0d1b8;
}
.color-3 {
color: #f0e2c7;
}
.color-4 {
color: #f6e8d5;
}
.color-5 {
color: #faf4eb;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e0d1b8;
--color-3: #f0e2c7;
--color-4: #f6e8d5;
--color-5: #faf4eb;
}

CSS con gradiente di sfondo Whispers of Sand

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e0d1b8, #f0e2c7, #f6e8d5, #faf4eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e0d1b8, #f0e2c7, #f6e8d5, #faf4eb);
}

Whispers of Sand color palette created on .