Nutty Brown カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nutty Brown palette
Nutty Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #9c7b5e;
}
.color-2 {
color: #d1b67a;
}
.color-3 {
color: #f3c396;
}
.color-4 {
color: #e1a34c;
}
.color-5 {
color: #b5743b;
}
/* CSS Variables */
:root {
--color-1: #9c7b5e;
--color-2: #d1b67a;
--color-3: #f3c396;
--color-4: #e1a34c;
--color-5: #b5743b;
}
Nutty Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c7b5e, #d1b67a, #f3c396, #e1a34c, #b5743b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c7b5e, #d1b67a, #f3c396, #e1a34c, #b5743b);
}
似たようなカラーパレット
Nutty Brown color palette created on .