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