Ochre Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ochre Forest palette
Ochre Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #c8a95b;
}
.color-2 {
color: #6e894d;
}
.color-3 {
color: #4a6e3a;
}
.color-4 {
color: #3b4b2a;
}
.color-5 {
color: #303b21;
}
/* CSS Variables */
:root {
--color-1: #c8a95b;
--color-2: #6e894d;
--color-3: #4a6e3a;
--color-4: #3b4b2a;
--color-5: #303b21;
}
Ochre Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a95b, #6e894d, #4a6e3a, #3b4b2a, #303b21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a95b, #6e894d, #4a6e3a, #3b4b2a, #303b21);
}
似たようなカラーパレット
Ochre Forest color palette created on .