Whispering Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Sands palette

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

Whispering Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #c4b3a1;
}
.color-2 {
color: #d7c7b2;
}
.color-3 {
color: #e9d4c3;
}
.color-4 {
color: #f4e2d7;
}
.color-5 {
color: #f9efeb;
}

/* CSS Variables */
:root {
--color-1: #c4b3a1;
--color-2: #d7c7b2;
--color-3: #e9d4c3;
--color-4: #f4e2d7;
--color-5: #f9efeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b3a1, #d7c7b2, #e9d4c3, #f4e2d7, #f9efeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b3a1, #d7c7b2, #e9d4c3, #f4e2d7, #f9efeb);
}

Whispering Sands color palette created on .