Looey Brights Color Palette

Discover the beautiful Looey Brights color palette featuring buttercup (#f5a524), rajah (#f8c572), marzipan (#f9e79f), sinbad (#a1d9cc) and picton blue (#5faee3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Orange, Green, Blue, Fun, Spring, Vibrant, Looey 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 Looey Brights palette

Share this palette to:

💻 Looey Brights color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #a1d9cc;
}
.color-5 {
color: #5faee3;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8c572;
--color-3: #f9e79f;
--color-4: #a1d9cc;
--color-5: #5faee3;
}

🌈 Looey Brights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8c572, #f9e79f, #a1d9cc, #5faee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8c572, #f9e79f, #a1d9cc, #5faee3);
}

Looey Brights color palette created on .