Cameron Aubernon Color Palette

Discover the beautiful Cameron Aubernon color palette featuring raw sienna (#d87a4b), equator (#e3b46d), dairy cream (#f7e3b1), regent st blue (#a6c8e2) and wedgewood (#4c7b94).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Beach, Blue, Bright, Coastal, Cream, Summer, Tropical 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 Cameron Aubernon palette

Share this palette to:

๐Ÿ’ป Cameron Aubernon color palette CSS

/* CSS */
.color-1 {
color: #d87a4b;
}
.color-2 {
color: #e3b46d;
}
.color-3 {
color: #f7e3b1;
}
.color-4 {
color: #a6c8e2;
}
.color-5 {
color: #4c7b94;
}

/* CSS Variables */
:root {
--color-1: #d87a4b;
--color-2: #e3b46d;
--color-3: #f7e3b1;
--color-4: #a6c8e2;
--color-5: #4c7b94;
}

๐ŸŒˆ Cameron Aubernon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d87a4b, #e3b46d, #f7e3b1, #a6c8e2, #4c7b94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d87a4b, #e3b46d, #f7e3b1, #a6c8e2, #4c7b94);
}

Cameron Aubernon color palette created on .