Purple Stardust カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Stardust palette

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

Purple Stardust カラー パレット PNG 画像

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

Purple Stardust カラーパレット CSS

/* CSS */
.color-1 {
color: #dfc3e9;
}
.color-2 {
color: #bba6ce;
}
.color-3 {
color: #8e79a0;
}
.color-4 {
color: #796996;
}
.color-5 {
color: #4e4464;
}

/* CSS Variables */
:root {
--color-1: #dfc3e9;
--color-2: #bba6ce;
--color-3: #8e79a0;
--color-4: #796996;
--color-5: #4e4464;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}

Purple Stardust color palette created on .