Blue Melancholy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Melancholy palette

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

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

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

Blue Melancholy カラーパレット CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #354a5f;
}
.color-3 {
color: #5d6d7e;
}
.color-4 {
color: #7e3d99;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #354a5f;
--color-3: #5d6d7e;
--color-4: #7e3d99;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #354a5f, #5d6d7e, #7e3d99, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #354a5f, #5d6d7e, #7e3d99, #e74d3c);
}

Blue Melancholy color palette created on .