Bright Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Harmony palette

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

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

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

Bright Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #804d00;
}
.color-3 {
color: #ffea8f;
}
.color-4 {
color: #b27676;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #804d00;
--color-3: #ffea8f;
--color-4: #b27676;
--color-5: #1c1c1c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}

Bright Harmony color palette created on .