Faded Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Faded Whispers palette

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

Faded Whispers カラー パレット PNG 画像

Download faded whispers color palette PNG image (landscape)
Download faded whispers color palette PNG image (square)

Faded Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #be6f9a;
}
.color-3 {
color: #f5a48a;
}
.color-4 {
color: #f9d348;
}
.color-5 {
color: #a6d9b8;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #be6f9a;
--color-3: #f5a48a;
--color-4: #f9d348;
--color-5: #a6d9b8;
}

Faded Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #be6f9a, #f5a48a, #f9d348, #a6d9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #be6f9a, #f5a48a, #f9d348, #a6d9b8);
}

Faded Whispers color palette created on .