Vibrant Coral Color Palette
Discover the beautiful Vibrant Coral color palette featuring snuff (#ddd8f0), periwinkle gray (#d0d5ec), regent st blue (#a3c6e6), cornflower (#95c3ea) and prelude (#d6cdef).
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: #ddd8f0;
}
.color-2 {
color: #d0d5ec;
}
.color-3 {
color: #a3c6e6;
}
.color-4 {
color: #95c3ea;
}
.color-5 {
color: #d6cdef;
}
/* CSS Variables */
:root {
--color-1: #ddd8f0;
--color-2: #d0d5ec;
--color-3: #a3c6e6;
--color-4: #95c3ea;
--color-5: #d6cdef;
} 🌈 Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddd8f0, #d0d5ec, #a3c6e6, #95c3ea, #d6cdef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddd8f0, #d0d5ec, #a3c6e6, #95c3ea, #d6cdef);
} 🔗 Explore similar color palettes
Vibrant Coral color palette created on .