Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams palette

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

Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ebdcfe;
}
.color-2 {
color: #d6c2e0;
}
.color-3 {
color: #c8a3d7;
}
.color-4 {
color: #a669bf;
}
.color-5 {
color: #893c8b;
}

/* CSS Variables */
:root {
--color-1: #ebdcfe;
--color-2: #d6c2e0;
--color-3: #c8a3d7;
--color-4: #a669bf;
--color-5: #893c8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebdcfe, #d6c2e0, #c8a3d7, #a669bf, #893c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebdcfe, #d6c2e0, #c8a3d7, #a669bf, #893c8b);
}

Lavender Dreams color palette created on .