Connie Color Palette

Discover the beautiful Connie color palette featuring manhattan (#f7c5a1), manhattan (#f3b7a0), apricot (#f19a88), froly (#f37d68) and carnation (#f24a4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Flower, Fun, Orange, Pink, Soft, Summer, Vibrant, 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 Connie palette

Share this palette to:

💻 Connie color palette CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f3b7a0;
}
.color-3 {
color: #f19a88;
}
.color-4 {
color: #f37d68;
}
.color-5 {
color: #f24a4d;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f3b7a0;
--color-3: #f19a88;
--color-4: #f37d68;
--color-5: #f24a4d;
}

🌈 Connie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f3b7a0, #f19a88, #f37d68, #f24a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f3b7a0, #f19a88, #f37d68, #f24a4d);
}

Connie color palette created on .