Purple Night Picnic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Night Picnic palette

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

Purple Night Picnic カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1d2d;
}
.color-2 {
color: #4b3f73;
}
.color-3 {
color: #7b699b;
}
.color-4 {
color: #b79dc8;
}
.color-5 {
color: #f5e4e0;
}

/* CSS Variables */
:root {
--color-1: #1a1d2d;
--color-2: #4b3f73;
--color-3: #7b699b;
--color-4: #b79dc8;
--color-5: #f5e4e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d2d, #4b3f73, #7b699b, #b79dc8, #f5e4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d2d, #4b3f73, #7b699b, #b79dc8, #f5e4e0);
}

Purple Night Picnic color palette created on .