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