Hippy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hippy palette

Share this palette to:

Hippy color palette CSS

/* CSS */
.color-1 {
color: #ffbf00;
}
.color-2 {
color: #ff542e;
}
.color-3 {
color: #cc0030;
}
.color-4 {
color: #990b38;
}
.color-5 {
color: #5e173d;
}

/* CSS Variables */
:root {
--color-1: #ffbf00;
--color-2: #ff542e;
--color-3: #cc0030;
--color-4: #990b38;
--color-5: #5e173d;
}

Hippy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf00, #ff542e, #cc0030, #990b38, #5e173d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf00, #ff542e, #cc0030, #990b38, #5e173d);
}

Hippy color palette created on .