Lily Whisper Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lily Whisper Delight palette

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

Lily Whisper Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7f1e3;
}
.color-3 {
color: #dfd3c3;
}
.color-4 {
color: #d2b2a3;
}
.color-5 {
color: #b49a8e;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f1e3;
--color-3: #dfd3c3;
--color-4: #d2b2a3;
--color-5: #b49a8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f1e3, #dfd3c3, #d2b2a3, #b49a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f1e3, #dfd3c3, #d2b2a3, #b49a8e);
}

Lily Whisper Delight color palette created on .