Lefty カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lefty palette

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

Lefty カラー パレット PNG 画像

Download lefty color palette PNG image (landscape)
Download lefty color palette PNG image (square)

Lefty カラーパレット CSS

/* CSS */
.color-1 {
color: #e0e5eb;
}
.color-2 {
color: #efd4c3;
}
.color-3 {
color: #e7c3bc;
}
.color-4 {
color: #e7ba9c;
}
.color-5 {
color: #dbd0b8;
}

/* CSS Variables */
:root {
--color-1: #e0e5eb;
--color-2: #efd4c3;
--color-3: #e7c3bc;
--color-4: #e7ba9c;
--color-5: #dbd0b8;
}

Lefty の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e5eb, #efd4c3, #e7c3bc, #e7ba9c, #dbd0b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e5eb, #efd4c3, #e7c3bc, #e7ba9c, #dbd0b8);
}

Lefty color palette created on .