Blushing Ziv Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Ziv palette

Share this palette to:

Blushing Ziv color palette CSS

/* CSS */
.color-1 {
color: #f9c39f;
}
.color-2 {
color: #f8b4b4;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #f76969;
}
.color-5 {
color: #f75e5e;
}

/* CSS Variables */
:root {
--color-1: #f9c39f;
--color-2: #f8b4b4;
--color-3: #f78d8d;
--color-4: #f76969;
--color-5: #f75e5e;
}

Blushing Ziv background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c39f, #f8b4b4, #f78d8d, #f76969, #f75e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c39f, #f8b4b4, #f78d8d, #f76969, #f75e5e);
}

Blushing Ziv color palette created on .