Harmonic Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harmonic Radiance palette

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

Harmonic Radiance カラーパレット (PNG) をダウンロード

Download harmonic radiance color palette PNG image (landscape)
Download harmonic radiance color palette PNG image (square)

Harmonic Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c40e;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #f1c40e;
--color-2: #e77e23;
--color-3: #e74d3c;
--color-4: #3398db;
--color-5: #9b58b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c40e, #e77e23, #e74d3c, #3398db, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c40e, #e77e23, #e74d3c, #3398db, #9b58b6);
}

Harmonic Radiance color palette created on .