Whispers of Lavender カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

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

Whispers of Lavender カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b5e8;
}
.color-2 {
color: #c8a3d1;
}
.color-3 {
color: #a57eb9;
}
.color-4 {
color: #8a5aa0;
}
.color-5 {
color: #6f4b8b;
}

/* CSS Variables */
:root {
--color-1: #e1b5e8;
--color-2: #c8a3d1;
--color-3: #a57eb9;
--color-4: #8a5aa0;
--color-5: #6f4b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b5e8, #c8a3d1, #a57eb9, #8a5aa0, #6f4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b5e8, #c8a3d1, #a57eb9, #8a5aa0, #6f4b8b);
}

Whispers of Lavender color palette created on .