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