Eccentric Essence Color Palette

Discover the beautiful Eccentric Essence color palette featuring selective yellow (#fab700), grenadier (#db4900), tapestry (#a14a92), aqua forest (#5b9a76) and havelock blue (#4a9dd9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Orange, Green, Blue 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 Eccentric Essence palette

Share this palette to:

💻 Eccentric Essence color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #db4900;
}
.color-3 {
color: #a14a92;
}
.color-4 {
color: #5b9a76;
}
.color-5 {
color: #4a9dd9;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #db4900;
--color-3: #a14a92;
--color-4: #5b9a76;
--color-5: #4a9dd9;
}

🌈 Eccentric Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #db4900, #a14a92, #5b9a76, #4a9dd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #db4900, #a14a92, #5b9a76, #4a9dd9);
}

Eccentric Essence color palette created on .