Nude Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nude Tones palette

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

Nude Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d6c1;
}
.color-2 {
color: #e2b7a1;
}
.color-3 {
color: #d5a090;
}
.color-4 {
color: #c49978;
}
.color-5 {
color: #b6997c;
}

/* CSS Variables */
:root {
--color-1: #f6d6c1;
--color-2: #e2b7a1;
--color-3: #d5a090;
--color-4: #c49978;
--color-5: #b6997c;
}

Nude Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6c1, #e2b7a1, #d5a090, #c49978, #b6997c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6c1, #e2b7a1, #d5a090, #c49978, #b6997c);
}

Nude Tones color palette created on .