Discover the beautiful Orange Bugsley color palette featuring saffron (#f6b83c), bittersweet (#ff6e61), web orange (#f0a800), cinnabar (#e7491d) and valencia (#d33c3c).

Orange Bugsley Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.

๐Ÿ’ก What You Can Do

ColorMagic makes it easy to:

  • โ€ขCopy precise HEX codes and RGB values for your designs
  • โ€ขAdjust its brightness, saturation, and warmth to create new variations
  • โ€ขPreview UI components to see how colors work in real interfaces
  • โ€ขCopy CSS code including background gradients and color variables
  • โ€ขDownload the palette
  • โ€ขShare your palette with team members and clients

๐ŸŽจ Preview UI Components

Explore how the Orange Bugsley palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Orange Bugsley palette

Share this palette to:

๐Ÿ’ป Orange Bugsley color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e7491d;
}
.color-5 {
color: #d33c3c;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #ff6e61;
--color-3: #f0a800;
--color-4: #e7491d;
--color-5: #d33c3c;
}

๐ŸŒˆ Orange Bugsley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #ff6e61, #f0a800, #e7491d, #d33c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #ff6e61, #f0a800, #e7491d, #d33c3c);
}

Orange Bugsley color palette created on .