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