Aurorus Color Palette

Discover the beautiful Aurorus color palette featuring golden sand (#f3cf7c), casablanca (#f6b951), jaffa (#f68c41), flamingo (#f66928) and pomegranate (#f44a1f).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Aurorus color palette CSS

/* CSS */
.color-1 {
color: #f3cf7c;
}
.color-2 {
color: #f6b951;
}
.color-3 {
color: #f68c41;
}
.color-4 {
color: #f66928;
}
.color-5 {
color: #f44a1f;
}

/* CSS Variables */
:root {
--color-1: #f3cf7c;
--color-2: #f6b951;
--color-3: #f68c41;
--color-4: #f66928;
--color-5: #f44a1f;
}

🌈 Aurorus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3cf7c, #f6b951, #f68c41, #f66928, #f44a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3cf7c, #f6b951, #f68c41, #f66928, #f44a1f);
}

Aurorus color palette created on .