Bella カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bella palette

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

Bella カラー パレット PNG 画像

Download bella color palette PNG image (landscape)
Download bella color palette PNG image (square)

Bella カラーパレット CSS

/* CSS */
.color-1 {
color: #fee6e7;
}
.color-2 {
color: #fed0cd;
}
.color-3 {
color: #fcb7b0;
}
.color-4 {
color: #faa499;
}
.color-5 {
color: #f28d9e;
}

/* CSS Variables */
:root {
--color-1: #fee6e7;
--color-2: #fed0cd;
--color-3: #fcb7b0;
--color-4: #faa499;
--color-5: #f28d9e;
}

Bella の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee6e7, #fed0cd, #fcb7b0, #faa499, #f28d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee6e7, #fed0cd, #fcb7b0, #faa499, #f28d9e);
}

Bella color palette created on .