Teagan Color Palette

Discover the beautiful Teagan color palette featuring mustard (#fcd44f), sea buckthorn (#f9a824), tree poppy (#f78d1d), tango (#f47b1f) and flamingo (#e85021).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Summer, 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 Teagan palette

Share this palette to:

💻 Teagan color palette CSS

/* CSS */
.color-1 {
color: #fcd44f;
}
.color-2 {
color: #f9a824;
}
.color-3 {
color: #f78d1d;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #e85021;
}

/* CSS Variables */
:root {
--color-1: #fcd44f;
--color-2: #f9a824;
--color-3: #f78d1d;
--color-4: #f47b1f;
--color-5: #e85021;
}

🌈 Teagan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcd44f, #f9a824, #f78d1d, #f47b1f, #e85021);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcd44f, #f9a824, #f78d1d, #f47b1f, #e85021);
}

Teagan color palette created on .