Sad Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sad Blue palette

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

Sad Blue カラーパレット (PNG) をダウンロード

Download sad blue color palette PNG image (landscape)
Download sad blue color palette PNG image (square)

Sad Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #5b7f9f;
}
.color-2 {
color: #7b9d7f;
}
.color-3 {
color: #9d7b9d;
}
.color-4 {
color: #e6b04c;
}
.color-5 {
color: #d65b2e;
}

/* CSS Variables */
:root {
--color-1: #5b7f9f;
--color-2: #7b9d7f;
--color-3: #9d7b9d;
--color-4: #e6b04c;
--color-5: #d65b2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7f9f, #7b9d7f, #9d7b9d, #e6b04c, #d65b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7f9f, #7b9d7f, #9d7b9d, #e6b04c, #d65b2e);
}

Sad Blue color palette created on .