Wafu Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wafu Harmony palette

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

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

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

Wafu Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #3c8b4e;
}
.color-4 {
color: #4d4a6d;
}
.color-5 {
color: #8c6f9f;
}

/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f4d35d;
--color-3: #3c8b4e;
--color-4: #4d4a6d;
--color-5: #8c6f9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f4d35d, #3c8b4e, #4d4a6d, #8c6f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f4d35d, #3c8b4e, #4d4a6d, #8c6f9f);
}

Wafu Harmony color palette created on .