Urban Hippie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Hippie palette

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

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

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

Urban Hippie カラーパレット CSS

/* CSS */
.color-1 {
color: #7c4dff;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #6eba45;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #6eba45;
--color-5: #d6006f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #ff6d1f, #ffb300, #6eba45, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #ff6d1f, #ffb300, #6eba45, #d6006f);
}

Urban Hippie color palette created on .