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