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