Harmonic Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harmonic Fusion palette

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

Harmonic Fusion カラーパレット CSS

/* CSS */
.color-1 {
color: #3b8ea0;
}
.color-2 {
color: #4ad9c1;
}
.color-3 {
color: #f2d12c;
}
.color-4 {
color: #f37c20;
}
.color-5 {
color: #d63838;
}

/* CSS Variables */
:root {
--color-1: #3b8ea0;
--color-2: #4ad9c1;
--color-3: #f2d12c;
--color-4: #f37c20;
--color-5: #d63838;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8ea0, #4ad9c1, #f2d12c, #f37c20, #d63838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8ea0, #4ad9c1, #f2d12c, #f37c20, #d63838);
}

Harmonic Fusion color palette created on .