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