70s Boho カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 70s Boho palette
70s Boho カラー パレット PNG 画像
70s Boho カラーパレット CSS
/* CSS */
.color-1 {
color: #e6b85b;
}
.color-2 {
color: #d46e6f;
}
.color-3 {
color: #a56f9f;
}
.color-4 {
color: #698c5a;
}
.color-5 {
color: #4b9b8a;
}
/* CSS Variables */
:root {
--color-1: #e6b85b;
--color-2: #d46e6f;
--color-3: #a56f9f;
--color-4: #698c5a;
--color-5: #4b9b8a;
}
70s Boho の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b85b, #d46e6f, #a56f9f, #698c5a, #4b9b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b85b, #d46e6f, #a56f9f, #698c5a, #4b9b8a);
}
似たようなカラーパレット
70s Boho color palette created on .