Hippie Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hippie Vibes palette

このパレットを共有する先:

Hippie Vibes カラー パレット PNG 画像

Download hippie vibes color palette PNG image (landscape)
Download hippie vibes color palette PNG image (square)

Hippie Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #5a8c4a;
}
.color-2 {
color: #6dbf69;
}
.color-3 {
color: #8ed79f;
}
.color-4 {
color: #c1e6a2;
}
.color-5 {
color: #f3f9e6;
}

/* CSS Variables */
:root {
--color-1: #5a8c4a;
--color-2: #6dbf69;
--color-3: #8ed79f;
--color-4: #c1e6a2;
--color-5: #f3f9e6;
}

Hippie Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c4a, #6dbf69, #8ed79f, #c1e6a2, #f3f9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c4a, #6dbf69, #8ed79f, #c1e6a2, #f3f9e6);
}

Hippie Vibes color palette created on .