Apricot & Cedarwood Color Palette

Discover the beautiful Apricot & Cedarwood color palette featuring rose bud (#f9ba9f), whiskey (#d69b71), raw sienna (#d46b4e), piper (#c65024) and hawaiian tan (#a14c1b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Autumn, Bright, Cedarwood, Coastal, Earthy, Nature, Orange, Warm, Wood 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 & Cedarwood palette

Share this palette to:

๐Ÿ’ป Apricot & Cedarwood color palette CSS

/* CSS */
.color-1 {
color: #f9ba9f;
}
.color-2 {
color: #d69b71;
}
.color-3 {
color: #d46b4e;
}
.color-4 {
color: #c65024;
}
.color-5 {
color: #a14c1b;
}

/* CSS Variables */
:root {
--color-1: #f9ba9f;
--color-2: #d69b71;
--color-3: #d46b4e;
--color-4: #c65024;
--color-5: #a14c1b;
}

๐ŸŒˆ Apricot & Cedarwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ba9f, #d69b71, #d46b4e, #c65024, #a14c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ba9f, #d69b71, #d46b4e, #c65024, #a14c1b);
}

Apricot & Cedarwood color palette created on .