Purple Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Dream palette

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

Purple Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a699d6;
}
.color-2 {
color: #b2a3d2;
}
.color-3 {
color: #c3b1c8;
}
.color-4 {
color: #e0b1e7;
}
.color-5 {
color: #f3d1f5;
}

/* CSS Variables */
:root {
--color-1: #a699d6;
--color-2: #b2a3d2;
--color-3: #c3b1c8;
--color-4: #e0b1e7;
--color-5: #f3d1f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a699d6, #b2a3d2, #c3b1c8, #e0b1e7, #f3d1f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a699d6, #b2a3d2, #c3b1c8, #e0b1e7, #f3d1f5);
}

Purple Dream color palette created on .