Lilith カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lilith palette

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

Lilith カラー パレット PNG 画像

Download lilith color palette PNG image (landscape)
Download lilith color palette PNG image (square)

Lilith カラーパレット CSS

/* CSS */
.color-1 {
color: #a1aae3;
}
.color-2 {
color: #c9caee;
}
.color-3 {
color: #e8e9f8;
}
.color-4 {
color: #dae1f1;
}
.color-5 {
color: #b4c3e4;
}

/* CSS Variables */
:root {
--color-1: #a1aae3;
--color-2: #c9caee;
--color-3: #e8e9f8;
--color-4: #dae1f1;
--color-5: #b4c3e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1aae3, #c9caee, #e8e9f8, #dae1f1, #b4c3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1aae3, #c9caee, #e8e9f8, #dae1f1, #b4c3e4);
}

Lilith color palette created on .