Esvelpis Color Palette

Discover the beautiful Esvelpis color palette featuring bright sun (#ffd342), salmon (#ff7f66), cerise red (#dc2e5f), hibiscus (#b82e65) and plum (#8c3172).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Peach, Coral, Burgundy, Pink, Warm, Vibrant, Summer, Boho 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: #ffd342;
}
.color-2 {
color: #ff7f66;
}
.color-3 {
color: #dc2e5f;
}
.color-4 {
color: #b82e65;
}
.color-5 {
color: #8c3172;
}

/* CSS Variables */
:root {
--color-1: #ffd342;
--color-2: #ff7f66;
--color-3: #dc2e5f;
--color-4: #b82e65;
--color-5: #8c3172;
}

🌈 Esvelpis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd342, #ff7f66, #dc2e5f, #b82e65, #8c3172);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd342, #ff7f66, #dc2e5f, #b82e65, #8c3172);
}

Esvelpis color palette created on .