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