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