Vibrant Coral Color Palette
Discover the beautiful Vibrant Coral color palette featuring karry (#fee6d8), amour (#faeef5), coconut cream (#f7eed3), bleach white (#fef3d6) and cinderella (#fde3d8).
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 Vibrant Coral palette
💻 Vibrant Coral color palette CSS
/* CSS */
.color-1 {
color: #fee6d8;
}
.color-2 {
color: #faeef5;
}
.color-3 {
color: #f7eed3;
}
.color-4 {
color: #fef3d6;
}
.color-5 {
color: #fde3d8;
}
/* CSS Variables */
:root {
--color-1: #fee6d8;
--color-2: #faeef5;
--color-3: #f7eed3;
--color-4: #fef3d6;
--color-5: #fde3d8;
} 🌈 Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee6d8, #faeef5, #f7eed3, #fef3d6, #fde3d8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee6d8, #faeef5, #f7eed3, #fef3d6, #fde3d8);
} 🔗 Explore similar color palettes
Vibrant Coral color palette created on .