70s Nature Boho カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 70s Nature Boho palette
70s Nature Boho カラーパレット CSS
/* CSS */
.color-1 {
color: #7f924f;
}
.color-2 {
color: #adb884;
}
.color-3 {
color: #d5bf85;
}
.color-4 {
color: #d6b057;
}
.color-5 {
color: #bb723a;
}
/* CSS Variables */
:root {
--color-1: #7f924f;
--color-2: #adb884;
--color-3: #d5bf85;
--color-4: #d6b057;
--color-5: #bb723a;
}
70s Nature Boho の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f924f, #adb884, #d5bf85, #d6b057, #bb723a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f924f, #adb884, #d5bf85, #d6b057, #bb723a);
}
似たようなカラーパレット
下にスクロールして7個のOliveカラーパレットを探索しましょう
70s Nature Boho color palette created on .