Albaricoque Color Palette

Discover the beautiful Albaricoque color palette featuring manhattan (#f7bfa1), rajah (#f4b55d), web orange (#f5a300), brandy punch (#d08f35) and paarl (#a76b2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Peach, Bright, Warm, Summer, Fun, Yellow, Orange, Soft, Nature 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 Albaricoque palette

Share this palette to:

๐Ÿ’ป Albaricoque color palette CSS

/* CSS */
.color-1 {
color: #f7bfa1;
}
.color-2 {
color: #f4b55d;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #d08f35;
}
.color-5 {
color: #a76b2a;
}

/* CSS Variables */
:root {
--color-1: #f7bfa1;
--color-2: #f4b55d;
--color-3: #f5a300;
--color-4: #d08f35;
--color-5: #a76b2a;
}

๐ŸŒˆ Albaricoque background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7bfa1, #f4b55d, #f5a300, #d08f35, #a76b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7bfa1, #f4b55d, #f5a300, #d08f35, #a76b2a);
}

Albaricoque color palette created on .