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