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: #5e5b8b;
}
.color-2 {
color: #7b7c9d;
}
.color-3 {
color: #a3a5b2;
}
.color-4 {
color: #d7b68e;
}
.color-5 {
color: #f5c75c;
}

/* CSS Variables */
:root {
--color-1: #5e5b8b;
--color-2: #7b7c9d;
--color-3: #a3a5b2;
--color-4: #d7b68e;
--color-5: #f5c75c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5b8b, #7b7c9d, #a3a5b2, #d7b68e, #f5c75c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5b8b, #7b7c9d, #a3a5b2, #d7b68e, #f5c75c);
}

Shades of Blue color palette created on .