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