Whispers of Lavender Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lavender Sky palette

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

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

/* CSS */
.color-1 {
color: #f9f7fd;
}
.color-2 {
color: #d1c5e7;
}
.color-3 {
color: #a8a1b5;
}
.color-4 {
color: #7f6eaa;
}
.color-5 {
color: #4f5c8c;
}

/* CSS Variables */
:root {
--color-1: #f9f7fd;
--color-2: #d1c5e7;
--color-3: #a8a1b5;
--color-4: #7f6eaa;
--color-5: #4f5c8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f7fd, #d1c5e7, #a8a1b5, #7f6eaa, #4f5c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f7fd, #d1c5e7, #a8a1b5, #7f6eaa, #4f5c8c);
}

Whispers of Lavender Sky color palette created on .