Chrysalis Color Palette

Discover the beautiful Chrysalis color palette featuring your pink (#ffc2c2), mona lisa (#ff9999), bittersweet (#ff7070), sunset orange (#ff4d4d) and red orange (#ff2e2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Flower, Fun, Modern, Pink, Red, 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 Chrysalis palette

Share this palette to:

💻 Chrysalis color palette CSS

/* CSS */
.color-1 {
color: #ffc2c2;
}
.color-2 {
color: #ff9999;
}
.color-3 {
color: #ff7070;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #ff2e2e;
}

/* CSS Variables */
:root {
--color-1: #ffc2c2;
--color-2: #ff9999;
--color-3: #ff7070;
--color-4: #ff4d4d;
--color-5: #ff2e2e;
}

🌈 Chrysalis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2c2, #ff9999, #ff7070, #ff4d4d, #ff2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2c2, #ff9999, #ff7070, #ff4d4d, #ff2e2e);
}

Chrysalis color palette created on .