Light Coral Color Palette

Discover the beautiful Light Coral color palette featuring morning glory (#a6e3d7), manhattan (#f5c99e), cornflower lilac (#ffb19e), bittersweet (#ff6e61) and mandys pink (#f5b8b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Apricot, Coral, Bright, Spring 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 Light Coral palette

Share this palette to:

💻 Light Coral color palette CSS

/* CSS */
.color-1 {
color: #a6e3d7;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #ffb19e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f5b8b2;
}

/* CSS Variables */
:root {
--color-1: #a6e3d7;
--color-2: #f5c99e;
--color-3: #ffb19e;
--color-4: #ff6e61;
--color-5: #f5b8b2;
}

🌈 Light Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3d7, #f5c99e, #ffb19e, #ff6e61, #f5b8b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3d7, #f5c99e, #ffb19e, #ff6e61, #f5b8b2);
}

Light Coral color palette created on .