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