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