Soft Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Sands palette

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

Soft Sands カラー パレット PNG 画像

Download soft sands color palette PNG image (landscape)
Download soft sands color palette PNG image (square)

Soft Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f5f5db;
}
.color-3 {
color: #e5d7b8;
}
.color-4 {
color: #cfc6a5;
}
.color-5 {
color: #b8a899;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f5f5db;
--color-3: #e5d7b8;
--color-4: #cfc6a5;
--color-5: #b8a899;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f5f5db, #e5d7b8, #cfc6a5, #b8a899);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f5f5db, #e5d7b8, #cfc6a5, #b8a899);
}

Soft Sands color palette created on .