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