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