Purple Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Dreams palette

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

Purple Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #6b509b;
}
.color-2 {
color: #8a69bf;
}
.color-3 {
color: #a48dce;
}
.color-4 {
color: #d2b3ea;
}
.color-5 {
color: #f3d0f6;
}

/* CSS Variables */
:root {
--color-1: #6b509b;
--color-2: #8a69bf;
--color-3: #a48dce;
--color-4: #d2b3ea;
--color-5: #f3d0f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b509b, #8a69bf, #a48dce, #d2b3ea, #f3d0f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b509b, #8a69bf, #a48dce, #d2b3ea, #f3d0f6);
}

Purple Dreams color palette created on .