Lily Blossom Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lily Blossom Delight palette

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

Lily Blossom Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e6d4;
}
.color-2 {
color: #e2c7bb;
}
.color-3 {
color: #d2a7a3;
}
.color-4 {
color: #c78f8f;
}
.color-5 {
color: #a8706b;
}

/* CSS Variables */
:root {
--color-1: #f2e6d4;
--color-2: #e2c7bb;
--color-3: #d2a7a3;
--color-4: #c78f8f;
--color-5: #a8706b;
}

Lily Blossom Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d4, #e2c7bb, #d2a7a3, #c78f8f, #a8706b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d4, #e2c7bb, #d2a7a3, #c78f8f, #a8706b);
}

Lily Blossom Delight color palette created on .