Whispers of Lavender カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

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

Whispers of Lavender カラーパレット CSS

/* CSS */
.color-1 {
color: #f9f8fc;
}
.color-2 {
color: #e4d8e3;
}
.color-3 {
color: #d2c7d6;
}
.color-4 {
color: #b0a4c6;
}
.color-5 {
color: #8d79b4;
}

/* CSS Variables */
:root {
--color-1: #f9f8fc;
--color-2: #e4d8e3;
--color-3: #d2c7d6;
--color-4: #b0a4c6;
--color-5: #8d79b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f8fc, #e4d8e3, #d2c7d6, #b0a4c6, #8d79b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f8fc, #e4d8e3, #d2c7d6, #b0a4c6, #8d79b4);
}

Whispers of Lavender color palette created on .