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