Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams palette

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

Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #e1c5e2;
}
.color-2 {
color: #d0a4c4;
}
.color-3 {
color: #c388b6;
}
.color-4 {
color: #af6a9b;
}
.color-5 {
color: #a14f83;
}

/* CSS Variables */
:root {
--color-1: #e1c5e2;
--color-2: #d0a4c4;
--color-3: #c388b6;
--color-4: #af6a9b;
--color-5: #a14f83;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c5e2, #d0a4c4, #c388b6, #af6a9b, #a14f83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c5e2, #d0a4c4, #c388b6, #af6a9b, #a14f83);
}

Lavender Dreams color palette created on .