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