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