Light White Lily カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light White Lily palette

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

Light White Lily カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f4f0e6;
}
.color-3 {
color: #e7d7c5;
}
.color-4 {
color: #cfb7a0;
}
.color-5 {
color: #c0a5b6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f4f0e6;
--color-3: #e7d7c5;
--color-4: #cfb7a0;
--color-5: #c0a5b6;
}

Light White Lily の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f4f0e6, #e7d7c5, #cfb7a0, #c0a5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f4f0e6, #e7d7c5, #cfb7a0, #c0a5b6);
}

Light White Lily color palette created on .