Blue Melancholy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Melancholy palette

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

Blue Melancholy カラーパレット CSS

/* CSS */
.color-1 {
color: #5c78a3;
}
.color-2 {
color: #a6c1d8;
}
.color-3 {
color: #e7e8e9;
}
.color-4 {
color: #f1c4b1;
}
.color-5 {
color: #ebb9b2;
}

/* CSS Variables */
:root {
--color-1: #5c78a3;
--color-2: #a6c1d8;
--color-3: #e7e8e9;
--color-4: #f1c4b1;
--color-5: #ebb9b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c78a3, #a6c1d8, #e7e8e9, #f1c4b1, #ebb9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c78a3, #a6c1d8, #e7e8e9, #f1c4b1, #ebb9b2);
}

Blue Melancholy color palette created on .