Big Bell Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Big Bell palette

Share this palette to:

Big Bell color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d67d00;
}
.color-4 {
color: #b85c00;
}
.color-5 {
color: #9e4a00;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f0a800;
--color-3: #d67d00;
--color-4: #b85c00;
--color-5: #9e4a00;
}

Big Bell background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f0a800, #d67d00, #b85c00, #9e4a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f0a800, #d67d00, #b85c00, #9e4a00);
}

Big Bell color palette created on .