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