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