Hippie Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hippie Sunset palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Hippie Sunset

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

tavolozza dei colori Hippie Sunset CSS

/* 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 con gradiente di sfondo 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 .