Blue and Orange Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue and Orange Fusion palette

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

Blue and Orange Fusion カラーパレット CSS

/* CSS */
.color-1 {
color: #0873c4;
}
.color-2 {
color: #fe8b20;
}
.color-3 {
color: #e7ecf3;
}
.color-4 {
color: #eb050c;
}
.color-5 {
color: #fee9e1;
}

/* CSS Variables */
:root {
--color-1: #0873c4;
--color-2: #fe8b20;
--color-3: #e7ecf3;
--color-4: #eb050c;
--color-5: #fee9e1;
}

Blue and Orange Fusion の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0873c4, #fe8b20, #e7ecf3, #eb050c, #fee9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0873c4, #fe8b20, #e7ecf3, #eb050c, #fee9e1);
}

Blue and Orange Fusion color palette created on .