Elpis Color Palette

Discover the beautiful Elpis color palette featuring marzipan (#f7d69c), tacao (#f0b67f), apricot (#ea905d), japonica (#d87d6f) and au chico (#a05465).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Soft, Spring, Summer, Tan, Warm 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 Elpis palette

Share this palette to:

💻 Elpis color palette CSS

/* CSS */
.color-1 {
color: #f7d69c;
}
.color-2 {
color: #f0b67f;
}
.color-3 {
color: #ea905d;
}
.color-4 {
color: #d87d6f;
}
.color-5 {
color: #a05465;
}

/* CSS Variables */
:root {
--color-1: #f7d69c;
--color-2: #f0b67f;
--color-3: #ea905d;
--color-4: #d87d6f;
--color-5: #a05465;
}

🌈 Elpis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d69c, #f0b67f, #ea905d, #d87d6f, #a05465);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d69c, #f0b67f, #ea905d, #d87d6f, #a05465);
}

Elpis color palette created on .