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