Whispering Dunes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Dunes palette

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

Whispering Dunes カラーパレット CSS

/* CSS */
.color-1 {
color: #f2f0e3;
}
.color-2 {
color: #333333;
}
.color-3 {
color: #e1e8ef;
}
.color-4 {
color: #8b8a84;
}
.color-5 {
color: #cfc0b5;
}

/* CSS Variables */
:root {
--color-1: #f2f0e3;
--color-2: #333333;
--color-3: #e1e8ef;
--color-4: #8b8a84;
--color-5: #cfc0b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f0e3, #333333, #e1e8ef, #8b8a84, #cfc0b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f0e3, #333333, #e1e8ef, #8b8a84, #cfc0b5);
}

Whispering Dunes color palette created on .