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: #1e2533;
}
.color-2 {
color: #3a495a;
}
.color-3 {
color: #5c6f7f;
}
.color-4 {
color: #8aa4b2;
}
.color-5 {
color: #c5d8e2;
}
/* CSS Variables */
:root {
--color-1: #1e2533;
--color-2: #3a495a;
--color-3: #5c6f7f;
--color-4: #8aa4b2;
--color-5: #c5d8e2;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2533, #3a495a, #5c6f7f, #8aa4b2, #c5d8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2533, #3a495a, #5c6f7f, #8aa4b2, #c5d8e2);
}
似たようなカラーパレット
Shades of Blue color palette created on .