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