Purple Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Dream palette

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

Purple Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #3c096d;
}
.color-2 {
color: #592c90;
}
.color-3 {
color: #7a5dcb;
}
.color-4 {
color: #b7a9e0;
}
.color-5 {
color: #f1baf2;
}

/* CSS Variables */
:root {
--color-1: #3c096d;
--color-2: #592c90;
--color-3: #7a5dcb;
--color-4: #b7a9e0;
--color-5: #f1baf2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c096d, #592c90, #7a5dcb, #b7a9e0, #f1baf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c096d, #592c90, #7a5dcb, #b7a9e0, #f1baf2);
}

Purple Dream color palette created on .