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: #1e1e2f;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #545473;
}
.color-4 {
color: #7d7d9b;
}
.color-5 {
color: #a7a7c8;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3b3b4e;
--color-3: #545473;
--color-4: #7d7d9b;
--color-5: #a7a7c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3b3b4e, #545473, #7d7d9b, #a7a7c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3b3b4e, #545473, #7d7d9b, #a7a7c8);
}

Shades of Blue color palette created on .