Hippie Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Hippie Vibes palette
Hippie Vibes カラー パレット PNG 画像
Hippie Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #3d9bc7;
}
.color-2 {
color: #61b1d1;
}
.color-3 {
color: #9ed6e5;
}
.color-4 {
color: #f0e69e;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #3d9bc7;
--color-2: #61b1d1;
--color-3: #9ed6e5;
--color-4: #f0e69e;
--color-5: #ffb84d;
}
Hippie Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9bc7, #61b1d1, #9ed6e5, #f0e69e, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9bc7, #61b1d1, #9ed6e5, #f0e69e, #ffb84d);
}
似たようなカラーパレット
Hippie Vibes color palette created on .