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: #4d9d6c;
}
.color-2 {
color: #69bf88;
}
.color-3 {
color: #a6e2b5;
}
.color-4 {
color: #ffca80;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4d9d6c;
--color-2: #69bf88;
--color-3: #a6e2b5;
--color-4: #ffca80;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d6c, #69bf88, #a6e2b5, #ffca80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d6c, #69bf88, #a6e2b5, #ffca80, #ff6e61);
}

Hippie Vibes color palette created on .