Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #a0b1b6;
}
.color-3 {
color: #8999be;
}
.color-4 {
color: #6e90cf;
}
.color-5 {
color: #4b67af;
}
/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a0b1b6;
--color-3: #8999be;
--color-4: #6e90cf;
--color-5: #4b67af;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a0b1b6, #8999be, #6e90cf, #4b67af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a0b1b6, #8999be, #6e90cf, #4b67af);
}
似たようなカラーパレット
下にスクロールして400+個のエステティックカラーパレットを探索しましょう
Shades of Blue color palette created on .