Lavender Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Whisper palette

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

Lavender Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #e3d9ed;
}
.color-2 {
color: #d6c8e0;
}
.color-3 {
color: #c5a0d4;
}
.color-4 {
color: #a87ec9;
}
.color-5 {
color: #8d5cb2;
}

/* CSS Variables */
:root {
--color-1: #e3d9ed;
--color-2: #d6c8e0;
--color-3: #c5a0d4;
--color-4: #a87ec9;
--color-5: #8d5cb2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9ed, #d6c8e0, #c5a0d4, #a87ec9, #8d5cb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9ed, #d6c8e0, #c5a0d4, #a87ec9, #8d5cb2);
}

Lavender Whisper color palette created on .