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