Lavender Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Reverie palette

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

Lavender Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #8859c9;
}
.color-2 {
color: #a57ac2;
}
.color-3 {
color: #c3a1d3;
}
.color-4 {
color: #e4b9e1;
}
.color-5 {
color: #f3d2f4;
}

/* CSS Variables */
:root {
--color-1: #8859c9;
--color-2: #a57ac2;
--color-3: #c3a1d3;
--color-4: #e4b9e1;
--color-5: #f3d2f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8859c9, #a57ac2, #c3a1d3, #e4b9e1, #f3d2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8859c9, #a57ac2, #c3a1d3, #e4b9e1, #f3d2f4);
}

Lavender Reverie color palette created on .