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