Connie Color Palette
Discover the beautiful Connie color palette featuring chantilly (#f8c4d3), vivid tangerine (#ffa07a), cream brulee (#ffe8a3), jagged ice (#b2e1e0) and anakiwa (#a3c8ff).
Brightness
Saturation
Warmth
💡 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
💻 Connie color palette CSS
/* CSS */
.color-1 {
color: #f8c4d3;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffe8a3;
}
.color-4 {
color: #b2e1e0;
}
.color-5 {
color: #a3c8ff;
}
/* CSS Variables */
:root {
--color-1: #f8c4d3;
--color-2: #ffa07a;
--color-3: #ffe8a3;
--color-4: #b2e1e0;
--color-5: #a3c8ff;
} 🌈 Connie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4d3, #ffa07a, #ffe8a3, #b2e1e0, #a3c8ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4d3, #ffa07a, #ffe8a3, #b2e1e0, #a3c8ff);
} 🔗 Explore similar color palettes
Connie color palette created on .