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: #4cae4f;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #b5e59f;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #a3d55d;
--color-3: #b5e59f;
--color-4: #f0e78e;
--color-5: #ffb84d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #a3d55d, #b5e59f, #f0e78e, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #a3d55d, #b5e59f, #f0e78e, #ffb84d);
}

Hippie Vibes color palette created on .