Apricot Bliss Color Palette

Discover the beautiful Apricot Bliss color palette featuring corvette (#fbc3a2), wewak (#f2a6a1), new york pink (#d5897b), santa fe (#b86e4c) and corvette (#fad6a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Peach, Bright, Spring, Summer, Warm, Coral, Soft, Light, Fun 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 Bliss palette

Share this palette to:

๐Ÿ’ป Apricot Bliss color palette CSS

/* CSS */
.color-1 {
color: #fbc3a2;
}
.color-2 {
color: #f2a6a1;
}
.color-3 {
color: #d5897b;
}
.color-4 {
color: #b86e4c;
}
.color-5 {
color: #fad6a3;
}

/* CSS Variables */
:root {
--color-1: #fbc3a2;
--color-2: #f2a6a1;
--color-3: #d5897b;
--color-4: #b86e4c;
--color-5: #fad6a3;
}

๐ŸŒˆ Apricot Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc3a2, #f2a6a1, #d5897b, #b86e4c, #fad6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc3a2, #f2a6a1, #d5897b, #b86e4c, #fad6a3);
}

Apricot Bliss color palette created on .