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