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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Cameron Aubernon color palette created on .