Hippie Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hippie Sunset palette

Share this palette to:

Download Hippie Sunset Color Palette (PNG)

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

Hippie Sunset color palette 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;
}

Hippie Sunset background gradient CSS

/* 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 .