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