Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams palette

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

Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d8c2e5;
}
.color-2 {
color: #b49cd3;
}
.color-3 {
color: #a67ac2;
}
.color-4 {
color: #7e609a;
}
.color-5 {
color: #5d4d7a;
}

/* CSS Variables */
:root {
--color-1: #d8c2e5;
--color-2: #b49cd3;
--color-3: #a67ac2;
--color-4: #7e609a;
--color-5: #5d4d7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2e5, #b49cd3, #a67ac2, #7e609a, #5d4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2e5, #b49cd3, #a67ac2, #7e609a, #5d4d7a);
}

Lavender Dreams color palette created on .