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