Lilly's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lilly's Embrace palette

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

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

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d89dc2;
}
.color-3 {
color: #c87e9e;
}
.color-4 {
color: #b8617b;
}
.color-5 {
color: #9f4155;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d89dc2;
--color-3: #c87e9e;
--color-4: #b8617b;
--color-5: #9f4155;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d89dc2, #c87e9e, #b8617b, #9f4155);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d89dc2, #c87e9e, #b8617b, #9f4155);
}

Lilly's Embrace color palette created on .