Whispers of Lilith カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lilith palette

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

Whispers of Lilith カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a5c4;
}
.color-2 {
color: #f6c5a7;
}
.color-3 {
color: #f2e5ba;
}
.color-4 {
color: #aadf8b;
}
.color-5 {
color: #79c3a3;
}

/* CSS Variables */
:root {
--color-1: #f3a5c4;
--color-2: #f6c5a7;
--color-3: #f2e5ba;
--color-4: #aadf8b;
--color-5: #79c3a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c4, #f6c5a7, #f2e5ba, #aadf8b, #79c3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c4, #f6c5a7, #f2e5ba, #aadf8b, #79c3a3);
}

Whispers of Lilith color palette created on .