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