Plum Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Plum Dream palette

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

Plum Dream カラー パレット PNG 画像

Download plum dream color palette PNG image (landscape)
Download plum dream color palette PNG image (square)

Plum Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #592c4c;
}
.color-2 {
color: #8b4b7a;
}
.color-3 {
color: #b87f9d;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f2e3e8;
}

/* CSS Variables */
:root {
--color-1: #592c4c;
--color-2: #8b4b7a;
--color-3: #b87f9d;
--color-4: #eab8d1;
--color-5: #f2e3e8;
}

Plum Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c4c, #8b4b7a, #b87f9d, #eab8d1, #f2e3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c4c, #8b4b7a, #b87f9d, #eab8d1, #f2e3e8);
}

Plum Dream color palette created on .