Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット (PNG) をダウンロード
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #d8dddf;
}
.color-2 {
color: #abc2c9;
}
.color-3 {
color: #82b3c0;
}
.color-4 {
color: #6593ae;
}
.color-5 {
color: #487a9d;
}
/* CSS Variables */
:root {
--color-1: #d8dddf;
--color-2: #abc2c9;
--color-3: #82b3c0;
--color-4: #6593ae;
--color-5: #487a9d;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8dddf, #abc2c9, #82b3c0, #6593ae, #487a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8dddf, #abc2c9, #82b3c0, #6593ae, #487a9d);
}
似たようなカラーパレット
Shades of Blue color palette created on .