Whispers of Sandstone Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Sandstone palette

Condividi questa palette a:

tavolozza dei colori Whispers of Sandstone CSS

/* CSS */
.color-1 {
color: #b9b3a2;
}
.color-2 {
color: #c4b4a1;
}
.color-3 {
color: #d5c5a5;
}
.color-4 {
color: #e6d4a8;
}
.color-5 {
color: #f0e3b2;
}

/* CSS Variables */
:root {
--color-1: #b9b3a2;
--color-2: #c4b4a1;
--color-3: #d5c5a5;
--color-4: #e6d4a8;
--color-5: #f0e3b2;
}

CSS con gradiente di sfondo Whispers of Sandstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b3a2, #c4b4a1, #d5c5a5, #e6d4a8, #f0e3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b3a2, #c4b4a1, #d5c5a5, #e6d4a8, #f0e3b2);
}

Whispers of Sandstone color palette created on .