Steel Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Steel Whisper palette
Steel Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #7c7e7d;
}
.color-2 {
color: #a9a9a7;
}
.color-3 {
color: #c3c2c1;
}
.color-4 {
color: #e1e0df;
}
.color-5 {
color: #f6f5f4;
}
/* CSS Variables */
:root {
--color-1: #7c7e7d;
--color-2: #a9a9a7;
--color-3: #c3c2c1;
--color-4: #e1e0df;
--color-5: #f6f5f4;
}
Steel Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c7e7d, #a9a9a7, #c3c2c1, #e1e0df, #f6f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c7e7d, #a9a9a7, #c3c2c1, #e1e0df, #f6f5f4);
}
似たようなカラーパレット
Steel Whisper color palette created on .