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