Esvelpis Color Palette

Discover the beautiful Esvelpis color palette featuring fruit salad (#4b9b6f), de york (#81b87f), pine glade (#b0d090), chalky (#ebd594) and sandy brown (#ed9a5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Cream, Beige, Earthy, Warm, Soft, Nature, Summer 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 Esvelpis palette

Share this palette to:

💻 Esvelpis color palette CSS

/* CSS */
.color-1 {
color: #4b9b6f;
}
.color-2 {
color: #81b87f;
}
.color-3 {
color: #b0d090;
}
.color-4 {
color: #ebd594;
}
.color-5 {
color: #ed9a5e;
}

/* CSS Variables */
:root {
--color-1: #4b9b6f;
--color-2: #81b87f;
--color-3: #b0d090;
--color-4: #ebd594;
--color-5: #ed9a5e;
}

🌈 Esvelpis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b6f, #81b87f, #b0d090, #ebd594, #ed9a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b6f, #81b87f, #b0d090, #ebd594, #ed9a5e);
}

Esvelpis color palette created on .