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: #f1a8a2;
}
.color-2 {
color: #f4cac8;
}
.color-3 {
color: #f7e2d9;
}
.color-4 {
color: #f9d4b4;
}
.color-5 {
color: #f6b35a;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4cac8;
--color-3: #f7e2d9;
--color-4: #f9d4b4;
--color-5: #f6b35a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4cac8, #f7e2d9, #f9d4b4, #f6b35a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4cac8, #f7e2d9, #f9d4b4, #f6b35a);
}

Bella color palette created on .