Bright Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Horizon palette

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

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

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

Bright Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #78c1e2;
}
.color-3 {
color: #f7f8ed;
}
.color-4 {
color: #f9d44e;
}
.color-5 {
color: #f25d2c;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #78c1e2;
--color-3: #f7f8ed;
--color-4: #f9d44e;
--color-5: #f25d2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
}

Bright Horizon color palette created on .