Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams palette

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

Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #c79edc;
}
.color-4 {
color: #d6a1e3;
}
.color-5 {
color: #f3d3f8;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a45fbf;
--color-3: #c79edc;
--color-4: #d6a1e3;
--color-5: #f3d3f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a45fbf, #c79edc, #d6a1e3, #f3d3f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a45fbf, #c79edc, #d6a1e3, #f3d3f8);
}

Lavender Dreams color palette created on .