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