Whispering Sand Dunes Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Sand Dunes palette

Condividi questa palette a:

tavolozza dei colori Whispering Sand Dunes CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f3efec;
}
.color-3 {
color: #e1dad5;
}
.color-4 {
color: #c7b9b2;
}
.color-5 {
color: #b19181;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f3efec;
--color-3: #e1dad5;
--color-4: #c7b9b2;
--color-5: #b19181;
}

CSS con gradiente di sfondo Whispering Sand Dunes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f3efec, #e1dad5, #c7b9b2, #b19181);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f3efec, #e1dad5, #c7b9b2, #b19181);
}

Whispering Sand Dunes color palette created on .