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