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