Purple Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Dream palette

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

Purple Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a27bc6;
}
.color-2 {
color: #eab7f1;
}
.color-3 {
color: #ffb3e2;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #695b9a;
}

/* CSS Variables */
:root {
--color-1: #a27bc6;
--color-2: #eab7f1;
--color-3: #ffb3e2;
--color-4: #ff7092;
--color-5: #695b9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a27bc6, #eab7f1, #ffb3e2, #ff7092, #695b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a27bc6, #eab7f1, #ffb3e2, #ff7092, #695b9a);
}

Purple Dream color palette created on .