Whispers of Lavender カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

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

Whispers of Lavender カラーパレット CSS

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #a06cb2;
}
.color-3 {
color: #bfa3d2;
}
.color-4 {
color: #e1c6e1;
}
.color-5 {
color: #f2e1f9;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #a06cb2;
--color-3: #bfa3d2;
--color-4: #e1c6e1;
--color-5: #f2e1f9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #a06cb2, #bfa3d2, #e1c6e1, #f2e1f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #a06cb2, #bfa3d2, #e1c6e1, #f2e1f9);
}

Whispers of Lavender color palette created on .