Lily Blossom Biscotti カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lily Blossom Biscotti palette

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

Lily Blossom Biscotti カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faf7eb;
}
.color-3 {
color: #e3d7c4;
}
.color-4 {
color: #d0c4af;
}
.color-5 {
color: #c3b3a2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf7eb;
--color-3: #e3d7c4;
--color-4: #d0c4af;
--color-5: #c3b3a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf7eb, #e3d7c4, #d0c4af, #c3b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf7eb, #e3d7c4, #d0c4af, #c3b3a2);
}

Lily Blossom Biscotti color palette created on .