Whispering Sands カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Sands palette
Whispering Sands カラーパレット CSS
/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e0d7c7;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f5c8a3;
}
.color-5 {
color: #c5a5a0;
}
/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e0d7c7;
--color-3: #f0e3d6;
--color-4: #f5c8a3;
--color-5: #c5a5a0;
}
Whispering Sands の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e0d7c7, #f0e3d6, #f5c8a3, #c5a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e0d7c7, #f0e3d6, #f5c8a3, #c5a5a0);
}
似たようなカラーパレット
下にスクロールして40個のエステティックカラーパレットを探索しましょう
Whispering Sands color palette created on .