Vibrant Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Harmony palette

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

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

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

Vibrant Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #e05238;
}
.color-2 {
color: #df7c2a;
}
.color-3 {
color: #dfa32a;
}
.color-4 {
color: #afa40e;
}
.color-5 {
color: #3f6d22;
}

/* CSS Variables */
:root {
--color-1: #e05238;
--color-2: #df7c2a;
--color-3: #dfa32a;
--color-4: #afa40e;
--color-5: #3f6d22;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05238, #df7c2a, #dfa32a, #afa40e, #3f6d22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05238, #df7c2a, #dfa32a, #afa40e, #3f6d22);
}

Vibrant Harmony color palette created on .