Paleta de colores Punk Hippie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Punk Hippie palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Punk Hippie

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

CSS de la paleta de colores Punk Hippie

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #00bdad;
}
.color-5 {
color: #8a2ce2;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6d1f;
--color-3: #ffd900;
--color-4: #00bdad;
--color-5: #8a2ce2;
}

CSS del degradado de fondo Punk Hippie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6d1f, #ffd900, #00bdad, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6d1f, #ffd900, #00bdad, #8a2ce2);
}

Punk Hippie color palette created on .