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