Paleta de colores Hippie Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Hippie Sunshine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Hippie Sunshine

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

CSS de la paleta de colores Hippie Sunshine

/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ffffe0;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffb300;
--color-3: #ffd900;
--color-4: #ffec3d;
--color-5: #ffffe0;
}

CSS del degradado de fondo Hippie Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffb300, #ffd900, #ffec3d, #ffffe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffb300, #ffd900, #ffec3d, #ffffe0);
}

Hippie Sunshine color palette created on .