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