Whispers of Lavender Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lavender Breeze palette

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

Whispers of Lavender Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #8f7ec4;
}
.color-3 {
color: #d6a3e6;
}
.color-4 {
color: #f7d4e1;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #8f7ec4;
--color-3: #d6a3e6;
--color-4: #f7d4e1;
--color-5: #f1c84b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #8f7ec4, #d6a3e6, #f7d4e1, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #8f7ec4, #d6a3e6, #f7d4e1, #f1c84b);
}

Whispers of Lavender Breeze color palette created on .