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