Panaderia Color Palette

Discover the beautiful Panaderia color palette featuring orange peel (#faa200), cream can (#f3d74f), rob roy (#efca6c), anzac (#d99f3a) and desert (#a55d22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Bread, Bright, Autumn, Orange, Warm, Fun 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

UI Examples

Explore beautiful UI components with Panaderia palette

Share this palette to:

💻 Panaderia color palette CSS

/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #f3d74f;
}
.color-3 {
color: #efca6c;
}
.color-4 {
color: #d99f3a;
}
.color-5 {
color: #a55d22;
}

/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #f3d74f;
--color-3: #efca6c;
--color-4: #d99f3a;
--color-5: #a55d22;
}

🌈 Panaderia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #f3d74f, #efca6c, #d99f3a, #a55d22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #f3d74f, #efca6c, #d99f3a, #a55d22);
}

Panaderia color palette created on .