Lilith's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lilith's Embrace palette

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

Lilith's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #e2a2d5;
}
.color-2 {
color: #ca7db3;
}
.color-3 {
color: #a95b8b;
}
.color-4 {
color: #855e9c;
}
.color-5 {
color: #4e3c6d;
}

/* CSS Variables */
:root {
--color-1: #e2a2d5;
--color-2: #ca7db3;
--color-3: #a95b8b;
--color-4: #855e9c;
--color-5: #4e3c6d;
}

Lilith's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a2d5, #ca7db3, #a95b8b, #855e9c, #4e3c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a2d5, #ca7db3, #a95b8b, #855e9c, #4e3c6d);
}

Lilith's Embrace color palette created on .