Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

このパレットを共有する先:

Shades of Blue カラー パレット PNG 画像

Download shades of blue color palette PNG image (landscape)
Download shades of blue color palette PNG image (square)

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f4f5f6;
}
.color-2 {
color: #d9dee3;
}
.color-3 {
color: #bdc3cb;
}
.color-4 {
color: #a0aab6;
}
.color-5 {
color: #7c8d9c;
}

/* CSS Variables */
:root {
--color-1: #f4f5f6;
--color-2: #d9dee3;
--color-3: #bdc3cb;
--color-4: #a0aab6;
--color-5: #7c8d9c;
}

Shades of Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f5f6, #d9dee3, #bdc3cb, #a0aab6, #7c8d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f5f6, #d9dee3, #bdc3cb, #a0aab6, #7c8d9c);
}

Shades of Blue color palette created on .