Whispers of Soft Grey カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Soft Grey palette
Whispers of Soft Grey カラーパレット CSS
/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #d7d6d5;
}
.color-4 {
color: #c6c4c3;
}
.color-5 {
color: #b7b5b3;
}
/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #e6e6e6;
--color-3: #d7d6d5;
--color-4: #c6c4c3;
--color-5: #b7b5b3;
}
Whispers of Soft Grey の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #e6e6e6, #d7d6d5, #c6c4c3, #b7b5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #e6e6e6, #d7d6d5, #c6c4c3, #b7b5b3);
}
似たようなカラーパレット
下にスクロールして2個の白カラーパレットを探索しましょう
Whispers of Soft Grey color palette created on .