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