Whispering Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Sands palette

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

Whispering Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #e4d1c3;
}
.color-2 {
color: #d9c0af;
}
.color-3 {
color: #d5a89a;
}
.color-4 {
color: #c89b89;
}
.color-5 {
color: #bfae8d;
}

/* CSS Variables */
:root {
--color-1: #e4d1c3;
--color-2: #d9c0af;
--color-3: #d5a89a;
--color-4: #c89b89;
--color-5: #bfae8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d1c3, #d9c0af, #d5a89a, #c89b89, #bfae8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d1c3, #d9c0af, #d5a89a, #c89b89, #bfae8d);
}

Whispering Sands color palette created on .