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