Nutty Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nutty Earthtones palette

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

Nutty Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #c6996c;
}
.color-2 {
color: #a87b5d;
}
.color-3 {
color: #89593e;
}
.color-4 {
color: #4c3e2f;
}
.color-5 {
color: #2f2b23;
}

/* CSS Variables */
:root {
--color-1: #c6996c;
--color-2: #a87b5d;
--color-3: #89593e;
--color-4: #4c3e2f;
--color-5: #2f2b23;
}

Nutty Earthtones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6996c, #a87b5d, #89593e, #4c3e2f, #2f2b23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6996c, #a87b5d, #89593e, #4c3e2f, #2f2b23);
}

Nutty Earthtones color palette created on .