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