Vibrant Coral Color Palette
Discover the beautiful Vibrant Coral color palette featuring pink lace (#ffdef5), rose white (#fff4f5), onahau (#c7fffa), melrose (#c0b3ff) and pink lace (#ffd0ef).
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: #ffdef5;
}
.color-2 {
color: #fff4f5;
}
.color-3 {
color: #c7fffa;
}
.color-4 {
color: #c0b3ff;
}
.color-5 {
color: #ffd0ef;
}
/* CSS Variables */
:root {
--color-1: #ffdef5;
--color-2: #fff4f5;
--color-3: #c7fffa;
--color-4: #c0b3ff;
--color-5: #ffd0ef;
} 🌈 Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdef5, #fff4f5, #c7fffa, #c0b3ff, #ffd0ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdef5, #fff4f5, #c7fffa, #c0b3ff, #ffd0ef);
} 🔗 Explore similar color palettes
Vibrant Coral color palette created on .