Leather Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Leather Shades palette

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

Leather Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #c89c6f;
}
.color-2 {
color: #a56b50;
}
.color-3 {
color: #c64a39;
}
.color-4 {
color: #f4c1a9;
}
.color-5 {
color: #e3b29c;
}

/* CSS Variables */
:root {
--color-1: #c89c6f;
--color-2: #a56b50;
--color-3: #c64a39;
--color-4: #f4c1a9;
--color-5: #e3b29c;
}

Leather Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c89c6f, #a56b50, #c64a39, #f4c1a9, #e3b29c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c89c6f, #a56b50, #c64a39, #f4c1a9, #e3b29c);
}

Leather Shades color palette created on .