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