Loading...

Purple Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Dreamscape palette

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

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

Download purple dreamscape color palette PNG image (landscape)
Download purple dreamscape color palette PNG image (square)

Purple Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #9c78bf;
}
.color-2 {
color: #b697d3;
}
.color-3 {
color: #d3afde;
}
.color-4 {
color: #ecc6e5;
}
.color-5 {
color: #f4d7e2;
}

/* CSS Variables */
:root {
--color-1: #9c78bf;
--color-2: #b697d3;
--color-3: #d3afde;
--color-4: #ecc6e5;
--color-5: #f4d7e2;
}

Purple Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c78bf, #b697d3, #d3afde, #ecc6e5, #f4d7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c78bf, #b697d3, #d3afde, #ecc6e5, #f4d7e2);
}

Purple Dreamscape color palette created on .