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