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