Whispering Dunes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Dunes palette

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

Whispering Dunes カラーパレット CSS

/* CSS */
.color-1 {
color: #f6f6f4;
}
.color-2 {
color: #e3e0d3;
}
.color-3 {
color: #d1c6b3;
}
.color-4 {
color: #bdac8f;
}
.color-5 {
color: #a67d5e;
}

/* CSS Variables */
:root {
--color-1: #f6f6f4;
--color-2: #e3e0d3;
--color-3: #d1c6b3;
--color-4: #bdac8f;
--color-5: #a67d5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f6f4, #e3e0d3, #d1c6b3, #bdac8f, #a67d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f6f4, #e3e0d3, #d1c6b3, #bdac8f, #a67d5e);
}

Whispering Dunes color palette created on .