Black and White Hippy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Black and White Hippy palette

Share this palette to:

Black and White Hippy color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f0f0f0;
}
.color-3 {
color: #d9d9d9;
}
.color-4 {
color: #e7bb6e;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f0f0f0;
--color-3: #d9d9d9;
--color-4: #e7bb6e;
--color-5: #808080;
}

Black and White Hippy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f0f0f0, #d9d9d9, #e7bb6e, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f0f0f0, #d9d9d9, #e7bb6e, #808080);
}

Black and White Hippy color palette created on .