Orange Bugbo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Bugbo palette

Share this palette to:

Orange Bugbo color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #d67d00;
}
.color-3 {
color: #db5f00;
}
.color-4 {
color: #b84d00;
}
.color-5 {
color: #9e3f00;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #d67d00;
--color-3: #db5f00;
--color-4: #b84d00;
--color-5: #9e3f00;
}

Orange Bugbo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #d67d00, #db5f00, #b84d00, #9e3f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #d67d00, #db5f00, #b84d00, #9e3f00);
}

Orange Bugbo color palette created on .