Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #1c1d2b;
}
.color-2 {
color: #3b3b54;
}
.color-3 {
color: #58617e;
}
.color-4 {
color: #b5b8d4;
}
.color-5 {
color: #faf7f5;
}
/* CSS Variables */
:root {
--color-1: #1c1d2b;
--color-2: #3b3b54;
--color-3: #58617e;
--color-4: #b5b8d4;
--color-5: #faf7f5;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1d2b, #3b3b54, #58617e, #b5b8d4, #faf7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1d2b, #3b3b54, #58617e, #b5b8d4, #faf7f5);
}
似たようなカラーパレット
Shades of Blue color palette created on .