Steel Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Steel Horizon palette

このパレットを共有する先:

Steel Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #2c3b4e;
}
.color-2 {
color: #496a88;
}
.color-3 {
color: #7c9db6;
}
.color-4 {
color: #a7c5d7;
}
.color-5 {
color: #e0f4ff;
}

/* CSS Variables */
:root {
--color-1: #2c3b4e;
--color-2: #496a88;
--color-3: #7c9db6;
--color-4: #a7c5d7;
--color-5: #e0f4ff;
}

Steel Horizon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c3b4e, #496a88, #7c9db6, #a7c5d7, #e0f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c3b4e, #496a88, #7c9db6, #a7c5d7, #e0f4ff);
}

Steel Horizon color palette created on .