Apricot Blossoms Color Palette

Discover the beautiful Apricot Blossoms color palette featuring apricot peach (#fcdac5), corvette (#f9cda9), manhattan (#f4b190), apricot (#ed9378) and japonica (#d68066).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Peach, Apricot, Coral, Soft, Warm, Earthy, Nature, Spring, Sunset 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 Apricot Blossoms palette

Share this palette to:

💻 Apricot Blossoms color palette CSS

/* CSS */
.color-1 {
color: #fcdac5;
}
.color-2 {
color: #f9cda9;
}
.color-3 {
color: #f4b190;
}
.color-4 {
color: #ed9378;
}
.color-5 {
color: #d68066;
}

/* CSS Variables */
:root {
--color-1: #fcdac5;
--color-2: #f9cda9;
--color-3: #f4b190;
--color-4: #ed9378;
--color-5: #d68066;
}

🌈 Apricot Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcdac5, #f9cda9, #f4b190, #ed9378, #d68066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcdac5, #f9cda9, #f4b190, #ed9378, #d68066);
}

Apricot Blossoms color palette created on .