Orange Bitterness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Bitterness palette

Share this palette to:

Orange Bitterness color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d67900;
}
.color-3 {
color: #b85c00;
}
.color-4 {
color: #804d00;
}
.color-5 {
color: #4d3d00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d67900;
--color-3: #b85c00;
--color-4: #804d00;
--color-5: #4d3d00;
}

Orange Bitterness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d67900, #b85c00, #804d00, #4d3d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d67900, #b85c00, #804d00, #4d3d00);
}

Orange Bitterness color palette created on .