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