Bright Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Fusion palette

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

Bright Fusion カラー パレット PNG 画像

Download bright fusion color palette PNG image (landscape)
Download bright fusion color palette PNG image (square)

Bright Fusion カラーパレット CSS

/* CSS */
.color-1 {
color: #9b58b6;
}
.color-2 {
color: #a2d548;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #9b58b6;
--color-2: #a2d548;
--color-3: #f39c12;
--color-4: #d6006f;
--color-5: #8d43ad;
}

Bright Fusion の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b58b6, #a2d548, #f39c12, #d6006f, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b58b6, #a2d548, #f39c12, #d6006f, #8d43ad);
}

Bright Fusion color palette created on .