Whispering Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Sands palette

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

Whispering Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e5c8b3;
}
.color-3 {
color: #f1d5b6;
}
.color-4 {
color: #f7e0c5;
}
.color-5 {
color: #fef2e1;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e5c8b3;
--color-3: #f1d5b6;
--color-4: #f7e0c5;
--color-5: #fef2e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e5c8b3, #f1d5b6, #f7e0c5, #fef2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e5c8b3, #f1d5b6, #f7e0c5, #fef2e1);
}

Whispering Sands color palette created on .