Whispering Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Sands palette

このパレットを共有する先:

Whispering Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f4e2;
}
.color-2 {
color: #e1d6c1;
}
.color-3 {
color: #d5cab4;
}
.color-4 {
color: #c1b59f;
}
.color-5 {
color: #b8a89d;
}

/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #e1d6c1;
--color-3: #d5cab4;
--color-4: #c1b59f;
--color-5: #b8a89d;
}

Whispering Sands の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #e1d6c1, #d5cab4, #c1b59f, #b8a89d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #e1d6c1, #d5cab4, #c1b59f, #b8a89d);
}

Whispering Sands color palette created on .