Paleta de colores Hippie Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Hippie Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Hippie Sunset

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

CSS de la paleta de colores Hippie Sunset

/* CSS */
.color-1 {
color: #4a3d4d;
}
.color-2 {
color: #7d5e6c;
}
.color-3 {
color: #b99d88;
}
.color-4 {
color: #f0d7a8;
}
.color-5 {
color: #e1a337;
}

/* CSS Variables */
:root {
--color-1: #4a3d4d;
--color-2: #7d5e6c;
--color-3: #b99d88;
--color-4: #f0d7a8;
--color-5: #e1a337;
}

CSS del degradado de fondo Hippie Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3d4d, #7d5e6c, #b99d88, #f0d7a8, #e1a337);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3d4d, #7d5e6c, #b99d88, #f0d7a8, #e1a337);
}

Hippie Sunset color palette created on .