Yellow Zoo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Zoo palette

Share this palette to:

Yellow Zoo color palette CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #e8a83b;
}
.color-3 {
color: #d78b2d;
}
.color-4 {
color: #c57a2b;
}
.color-5 {
color: #b66c2f;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #e8a83b;
--color-3: #d78b2d;
--color-4: #c57a2b;
--color-5: #b66c2f;
}

Yellow Zoo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #e8a83b, #d78b2d, #c57a2b, #b66c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #e8a83b, #d78b2d, #c57a2b, #b66c2f);
}

Yellow Zoo color palette created on .