Red Lilac Color Palette

Discover the beautiful Red Lilac color palette featuring punch (#e04f38), hibiscus (#b52c77), gigas (#5b3f9d), silver tree (#69bf88) and supernova (#f5c400).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Purple, Green, Yellow 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 Red Lilac palette

Share this palette to:

💻 Red Lilac color palette CSS

/* CSS */
.color-1 {
color: #e04f38;
}
.color-2 {
color: #b52c77;
}
.color-3 {
color: #5b3f9d;
}
.color-4 {
color: #69bf88;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #e04f38;
--color-2: #b52c77;
--color-3: #5b3f9d;
--color-4: #69bf88;
--color-5: #f5c400;
}

🌈 Red Lilac background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e04f38, #b52c77, #5b3f9d, #69bf88, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e04f38, #b52c77, #5b3f9d, #69bf88, #f5c400);
}

Red Lilac color palette created on .