Coral Fossil Dreams Color Palette

Discover the beautiful Coral Fossil Dreams color palette featuring manhattan (#f7c6a1), wewak (#f1a8a2), mauvelous (#f18e8e), sunglo (#e8697e) and charm (#d55d8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Cool Summer, Pink 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 Coral Fossil Dreams palette

Share this palette to:

💻 Coral Fossil Dreams color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f18e8e;
}
.color-4 {
color: #e8697e;
}
.color-5 {
color: #d55d8f;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f1a8a2;
--color-3: #f18e8e;
--color-4: #e8697e;
--color-5: #d55d8f;
}

🌈 Coral Fossil Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f1a8a2, #f18e8e, #e8697e, #d55d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f1a8a2, #f18e8e, #e8697e, #d55d8f);
}

Coral Fossil Dreams color palette created on .