Elizabeth Liones Color Palette

Discover the beautiful Elizabeth Liones color palette featuring ronchi (#f1c84b), anzac (#e6a84c), di serria (#d68f5c), sunglo (#df706d) and hopbush (#c86a9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Yellow, Peach, Pink, Soft, Bright, Spring, Feminine, Vibrant 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 Elizabeth Liones palette

Share this palette to:

💻 Elizabeth Liones color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e6a84c;
}
.color-3 {
color: #d68f5c;
}
.color-4 {
color: #df706d;
}
.color-5 {
color: #c86a9c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e6a84c;
--color-3: #d68f5c;
--color-4: #df706d;
--color-5: #c86a9c;
}

🌈 Elizabeth Liones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e6a84c, #d68f5c, #df706d, #c86a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e6a84c, #d68f5c, #df706d, #c86a9c);
}

Elizabeth Liones color palette created on .