Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams palette

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

Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #e0c7ff;
}
.color-2 {
color: #b3a4e0;
}
.color-3 {
color: #8b80c2;
}
.color-4 {
color: #5c5b9a;
}
.color-5 {
color: #3a3a6e;
}

/* CSS Variables */
:root {
--color-1: #e0c7ff;
--color-2: #b3a4e0;
--color-3: #8b80c2;
--color-4: #5c5b9a;
--color-5: #3a3a6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c7ff, #b3a4e0, #8b80c2, #5c5b9a, #3a3a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c7ff, #b3a4e0, #8b80c2, #5c5b9a, #3a3a6e);
}

Lavender Dreams color palette created on .