Lavender Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Garden palette

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

Lavender Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #e0b1e7;
}
.color-2 {
color: #d7a3e1;
}
.color-3 {
color: #a98dc8;
}
.color-4 {
color: #b8c5e0;
}
.color-5 {
color: #b3d4ea;
}

/* CSS Variables */
:root {
--color-1: #e0b1e7;
--color-2: #d7a3e1;
--color-3: #a98dc8;
--color-4: #b8c5e0;
--color-5: #b3d4ea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b1e7, #d7a3e1, #a98dc8, #b8c5e0, #b3d4ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b1e7, #d7a3e1, #a98dc8, #b8c5e0, #b3d4ea);
}

Lavender Garden color palette created on .