SunFlower Color Palette

Discover the beautiful SunFlower color palette featuring casablanca (#f6c34c), web orange (#f0a400), brandy punch (#d78028), piper (#bc5e20) and raw umber (#784a12).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Flower, Fun, Garden, Orange, Summer, Sun, Vibrant, Yellow 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 SunFlower palette

Share this palette to:

💻 SunFlower color palette CSS

/* CSS */
.color-1 {
color: #f6c34c;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #d78028;
}
.color-4 {
color: #bc5e20;
}
.color-5 {
color: #784a12;
}

/* CSS Variables */
:root {
--color-1: #f6c34c;
--color-2: #f0a400;
--color-3: #d78028;
--color-4: #bc5e20;
--color-5: #784a12;
}

🌈 SunFlower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c34c, #f0a400, #d78028, #bc5e20, #784a12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c34c, #f0a400, #d78028, #bc5e20, #784a12);
}

SunFlower color palette created on .