Whispers of Lavender カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

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

Whispers of Lavender カラーパレット CSS

/* CSS */
.color-1 {
color: #e7d5e2;
}
.color-2 {
color: #d3b1d8;
}
.color-3 {
color: #b68cc5;
}
.color-4 {
color: #a56eb4;
}
.color-5 {
color: #7d4b9b;
}

/* CSS Variables */
:root {
--color-1: #e7d5e2;
--color-2: #d3b1d8;
--color-3: #b68cc5;
--color-4: #a56eb4;
--color-5: #7d4b9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d5e2, #d3b1d8, #b68cc5, #a56eb4, #7d4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d5e2, #d3b1d8, #b68cc5, #a56eb4, #7d4b9b);
}

Whispers of Lavender color palette created on .