Marrone Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Marrone Shades palette

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

Marrone Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7e4b3a;
}
.color-3 {
color: #a35b4d;
}
.color-4 {
color: #d38955;
}
.color-5 {
color: #f1c179;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7e4b3a;
--color-3: #a35b4d;
--color-4: #d38955;
--color-5: #f1c179;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7e4b3a, #a35b4d, #d38955, #f1c179);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7e4b3a, #a35b4d, #d38955, #f1c179);
}

Marrone Shades color palette created on .