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