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