Ellory Color Palette

Discover the beautiful Ellory color palette featuring rose bud (#f9aeae), mandys pink (#f4c3b8), sandwisp (#f6e1a7), deco (#e0e09e) and jet stream (#b2d7c9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Light, Peach, Pink, Soft, Summer, 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 Ellory palette

Share this palette to:

💻 Ellory color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4c3b8;
}
.color-3 {
color: #f6e1a7;
}
.color-4 {
color: #e0e09e;
}
.color-5 {
color: #b2d7c9;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4c3b8;
--color-3: #f6e1a7;
--color-4: #e0e09e;
--color-5: #b2d7c9;
}

🌈 Ellory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4c3b8, #f6e1a7, #e0e09e, #b2d7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4c3b8, #f6e1a7, #e0e09e, #b2d7c9);
}

Ellory color palette created on .